Skip to content

Commit

Permalink
feat: update archive workflow to also run on every push to main
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Oct 9, 2024
1 parent 3a21d33 commit 38fd503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on:
push:
branches:
- main
schedule:
# Run every hour
- cron: '0 * * * *'
Expand Down

0 comments on commit 38fd503

Please sign in to comment.