Commit 86aef56b82871285a0aa24560b6106fa5adcf430

Authored by Perry Werneck
Committed by GitHub
1 parent 67b7f34a
Exists in develop

Update publish.yml

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
1 1 name: Publish
2 2 on:
3   - push:
  3 + pull_request:
4 4 branches:
5 5 - master
  6 + - develop
6 7 jobs:
7 8 msys2-mingw:
8 9 runs-on: windows-latest
... ...