Skip to content

Commit

Permalink
run scheduled builds every week
Browse files Browse the repository at this point in the history
  • Loading branch information
ansnoussi committed Aug 22, 2023
1 parent 0b21ce7 commit e399cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Continuous Delivery
on:
release:
types: [ published ]
schedule:
- cron: '0 0 * * 0' # every sunday at midnight

jobs:

Expand Down

0 comments on commit e399cea

Please sign in to comment.