Skip to content

Commit

Permalink
👷 Enable CI on the maint_upgrade_* branches for the other workflows a…
Browse files Browse the repository at this point in the history
…s well
  • Loading branch information
shankari committed Feb 11, 2023
1 parent dc27801 commit 12c5384
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: osx-build-android
# events but only for the master branch
on:
push:
branches: [ master ]
branches:
- master
- maint_upgrade_**
pull_request:
branches: [ master ]
branches:
- master
- maint_upgrade_**
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: osx-build-ios
# events but only for the master branch
on:
push:
branches: [ master ]
branches:
- master
- maint_upgrade_**
pull_request:
branches: [ master ]
branches:
- master
- maint_upgrade_**
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/serve-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: osx-serve-install
# events but only for the master branch
on:
push:
branches: [ master ]
branches:
- master
- maint_upgrade_**
pull_request:
branches: [ master ]
branches:
- master
- maint_upgrade_**
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down

0 comments on commit 12c5384

Please sign in to comment.