Commit 84ed3ab3d1767e620240a77604e8b42a39e6ac1c

Authored by Perry Werneck
1 parent 330a3874
Exists in master and in 1 other branch develop

msys workflow only on pull requests to master branch.

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
.github/workflows/msys2.yml
1 1 name: MSYS2
2   -on: [push, pull_request]
  2 +on:
  3 + pull_request:
  4 + branches:
  5 + - master
3 6  
4 7 jobs:
5 8 msys2-mingw:
... ...