Skip to content

Commit 8d20abf

Browse files
authored
Remove cron
1 parent 0964aed commit 8d20abf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: 'Build'
22

33
on:
44
push:
5-
branches: [master, dev]
6-
schedule:
7-
- cron: "0 0 */2 * *"
5+
branches: [master, dev, test]
6+
# schedule:
7+
# - cron: "0 0 */2 * *"
88

99

1010
jobs:

0 commit comments

Comments
 (0)