Skip to content

Commit

Permalink
Runs the CI on a schedule (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan authored Jul 4, 2023
1 parent ff84987 commit 39db09b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Push
name: Main

on:
push:
schedule:
- cron: '0 0 * * 0'

jobs:

Expand Down

0 comments on commit 39db09b

Please sign in to comment.