From 457860992e168bc56e328aab06af0adc4799a141 Mon Sep 17 00:00:00 2001 From: Roland Date: Tue, 11 Feb 2025 14:42:30 +0100 Subject: [PATCH] modify pipeline triggers --- .github/workflows/deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79be0811..b293ff93 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,12 +1,9 @@ name: Release Pingdom Terraform Provider on: - workflow_dispatch: - inputs: - GIT_TAG: - description: "The git tag to use for the release" - required: true - type: string + push: + tags: + - "v*.*.*" permissions: contents: write