Skip to content

Commit 787693b

Browse files
authored
Merge pull request ANXS#561 from ANXS/fix/workflow-duplicate-ci
update workflow CI - enable schedule
2 parents b9671ca + 66391bf commit 787693b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: CI
44
pull_request:
55
branches:
66
- master
7+
- development
78
push:
89
branches:
9-
- master
1010
- development
11-
# schedule:
12-
# - cron: "0 4 * * 4"
11+
schedule:
12+
- cron: "0 4 * * 4"
1313

1414
defaults:
1515
run:

0 commit comments

Comments
 (0)