Skip to content

Commit

Permalink
Merge pull request #561 from ANXS/fix/workflow-duplicate-ci
Browse files Browse the repository at this point in the history
update workflow CI - enable schedule
  • Loading branch information
MrMegaNova authored Dec 19, 2023
2 parents b9671ca + 66391bf commit 787693b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: CI
pull_request:
branches:
- master
- development
push:
branches:
- master
- development
# schedule:
# - cron: "0 4 * * 4"
schedule:
- cron: "0 4 * * 4"

defaults:
run:
Expand Down

0 comments on commit 787693b

Please sign in to comment.