diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index ce75419..034abd3 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -1,5 +1,10 @@ name: Update Pipeline "on": + push: + branches: + - main + paths: + - .github/pipeline-descriptor.yml schedule: - cron: 0 5 * * 1-5 workflow_dispatch: {}