Commit 9c7fb0b31fc303ee859370d4161501113068b221

Authored by Perry Werneck
2 parents 2826c5c7 895d9496
Exists in develop

Merge branch 'master' into develop

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