We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265b38 commit ae915f9Copy full SHA for ae915f9
.github/workflows/update-swift-version.yml
@@ -1,6 +1,10 @@
1
name: Update Swift Version
2
3
on:
4
+ push:
5
+ branches: ["main"]
6
+ pull_request:
7
8
schedule:
9
- cron: '0 0 */14 * *' # Every 14 days at midnight UTC
10
workflow_dispatch:
0 commit comments