diff --git a/.github/pipeline-version b/.github/pipeline-version index dc1e644..bd8bf88 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index 9d49641..6f39946 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: {}