Merge pull request #722 from fluxcd/workflow-tweaks
Fire 'Update Components' workflow on push to main
This commit is contained in:
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
update-components:
|
||||
|
||||
Reference in New Issue
Block a user