Commit aee32c99ea005f1191cdd302cd08d4442f55ecc9

Authored by Perry Werneck
Committed by GitHub
1 parent 6141dd58
Exists in master and in 1 other branch develop

Update msys2.yml

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
.github/workflows/msys2.yml
@@ -3,7 +3,9 @@ on: @@ -3,7 +3,9 @@ on:
3 pull_request: 3 pull_request:
4 branches: 4 branches:
5 - master 5 - master
6 - 6 + push:
  7 + branches:
  8 + - develop
7 schedule: 9 schedule:
8 - cron: '30 13 1 2,4,6,8,10,12 *' 10 - cron: '30 13 1 2,4,6,8,10,12 *'
9 jobs: 11 jobs: