Deploy when a PR is merged to main (#9)
This commit is contained in:
parent
24845f7180
commit
567b29995f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -5,6 +5,9 @@ name: Build feed
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue