Skip to content

Commit

Permalink
update workflow CI - enable schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMegaNova committed Dec 19, 2023
1 parent b9671ca commit 66391bf
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 66391bf

Please sign in to comment.