From 5ca128a54fc03b18f7cdc68d1e98570ef377527e Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:03:10 -0700 Subject: [PATCH] chore(ci) add kong-3.x and dispatch triggers for the test workflows Add kong-3.x release branch to the PR checks conditions. Add dispatch option to the PR checks because ey why not. Having the ability to run tests on things that aren't normally in the trigger pipeline is useful. --- .github/workflows/release-pr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index d367e2612..41a400cb0 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -11,7 +11,9 @@ on: branches: - main - release/kong-2.x + - release/kong-3.x - prepare-kgo-chart + workflow_dispatch: {} env: # Specify this here because these tests rely on ktf to run kind for cluster creation.