From 5110d03def96cad82796aedcb907243ae7c931de Mon Sep 17 00:00:00 2001 From: Tommy Barnes Date: Tue, 4 Jan 2022 15:29:27 -0500 Subject: [PATCH] Updated on section for integration-tests.yml --- .github/workflows/integration-tests.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f6f57b0..e3e3b44 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,12 +1,13 @@ name: Integration test for setup-kubectl-v1 -on: - workflow_dispatch: - inputs: - reason: - description: 'Reason for run' - required: true - repository_dispatch: - types: "SetupKubectlActionPR" +on: # rebuild any PRs and main branch changes + pull_request: + branches: + - main + - 'releases/*' + push: + branches: + - main + - 'releases/*' jobs: run-integration-test: