Skip to content

Commit

Permalink
Run CI every Monday morning.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns authored and offbyone committed Mar 12, 2022
1 parent 94e3dfb commit 3c7ccca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

pull_request:
branches: ["main", "master"]

schedule:
- cron: '0 6 * * MON' # Every Monday morning

workflow_dispatch:

Expand Down

0 comments on commit 3c7ccca

Please sign in to comment.