We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0964aed commit 8d20abfCopy full SHA for 8d20abf
1 file changed
.github/workflows/action.yml
@@ -2,9 +2,9 @@ name: 'Build'
2
3
on:
4
push:
5
- branches: [master, dev]
6
- schedule:
7
- - cron: "0 0 */2 * *"
+ branches: [master, dev, test]
+ # schedule:
+ # - cron: "0 0 */2 * *"
8
9
10
jobs:
0 commit comments