We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61982b9 commit b7ae839Copy full SHA for b7ae839
.github/workflows/test.yml
@@ -1,5 +1,8 @@
1
name: Validate 'setup-xcode'
2
on:
3
+ push:
4
+ branches:
5
+ - main
6
pull_request:
7
schedule:
8
- cron: 0 0 * * *
.github/workflows/workflow.yml
@@ -1,5 +1,11 @@
name: Build task
-on: [pull_request]
+on:
+ pull_request:
+ schedule:
+ - cron: 0 0 * * *
9
10
jobs:
11
Build:
0 commit comments