From 726942cf803984516460404d264aa51edbc1f8c2 Mon Sep 17 00:00:00 2001 From: nebhale Date: Wed, 11 Nov 2020 16:38:21 +0000 Subject: [PATCH] Bump pipeline from 1.6.0 to 1.7.0 Bumps pipeline from 1.6.0 to 1.7.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/update-pipeline.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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: {}