Skip to content

Commit

Permalink
deploy on push to main, and once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzsprung committed Dec 30, 2023
1 parent 3bfda6d commit e696b84
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
on: workflow_dispatch
on:
workflow_dispatch:
push:
branches:
- main
tags-ignore:
- *
schedule:
- cron: 30 7 * * 0
permissions:
id-token: write
checks: write
Expand Down

0 comments on commit e696b84

Please sign in to comment.