Skip to content

Commit

Permalink
start workflows on more events
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk committed Feb 24, 2024
1 parent 08d5f65 commit b947899
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master, '[1-9].*' ]
branches:
- master
- '[1-9].*'
pull_request:
branches: [ master, '[1-9].*' ]
types:
- synchronize
- reopened
- opened
branches:
- master
- '[1-9].*'

release:
types:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/windows_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master, '3.*' ]
branches:
- master
- '[1-9].*'
pull_request:
branches: [ master, '3.*' ]
types:
- synchronize
- reopened
- opened
branches:
- master
- '[1-9].*'

release:
types:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/windows_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master, '[1-9]*' ]
branches:
- master
- '[1-9].*'
pull_request:
branches: [ master, '[1-9]*' ]
types:
- synchronize
- reopened
- opened
branches:
- master
- '[1-9].*'

release:
types:
Expand Down

0 comments on commit b947899

Please sign in to comment.