From 1506f2352e8d6a9839124af935a9cb7f04b08687 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Mon, 25 Sep 2023 12:21:07 +0800 Subject: [PATCH] ci(workflow): update GA workflow triggering event --- .github/workflows/helm-integration-test-release.yml | 3 ++- .github/workflows/integration-test-release.yml | 3 ++- .github/workflows/make-all.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-integration-test-release.yml b/.github/workflows/helm-integration-test-release.yml index 728e98886..fa2917ef7 100644 --- a/.github/workflows/helm-integration-test-release.yml +++ b/.github/workflows/helm-integration-test-release.yml @@ -2,9 +2,10 @@ name: Helm Integration Test (release) on: workflow_dispatch: - push: + pull_request: branches: - release-please--branches--main + push: tags: - v* diff --git a/.github/workflows/integration-test-release.yml b/.github/workflows/integration-test-release.yml index 09dc0bee4..e561bf43d 100644 --- a/.github/workflows/integration-test-release.yml +++ b/.github/workflows/integration-test-release.yml @@ -2,9 +2,10 @@ name: Integration Test (release) on: workflow_dispatch: - push: + pull_request: branches: - release-please--branches--main + push: tags: - v* diff --git a/.github/workflows/make-all.yml b/.github/workflows/make-all.yml index cd34203f0..b00063bc2 100644 --- a/.github/workflows/make-all.yml +++ b/.github/workflows/make-all.yml @@ -2,9 +2,10 @@ name: Make All on: workflow_dispatch: - push: + pull_request: branches: - release-please--branches--main + push: tags: - v*