Skip to content

Commit

Permalink
Trigger github action every week on monday
Browse files Browse the repository at this point in the history
  • Loading branch information
christophlsa committed Nov 30, 2023
1 parent 13b12b7 commit 01eda54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
tags-ignore:
- '*.*'
schedule:
- cron: '0 3 * * 1'

jobs:
push_to_registries:
Expand Down

0 comments on commit 01eda54

Please sign in to comment.