From 7a61343b36ca8c53724189959b172e4cf4b1a65d Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Thu, 2 Sep 2021 16:24:57 -0400 Subject: [PATCH] only test downstream tekton with HEAD (#2271) --- .github/workflows/tekton-downstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tekton-downstream.yaml b/.github/workflows/tekton-downstream.yaml index 4103a4721..27504416c 100644 --- a/.github/workflows/tekton-downstream.yaml +++ b/.github/workflows/tekton-downstream.yaml @@ -16,7 +16,7 @@ name: Downstream Tekton on: pull_request: - branches: [ 'main', 'master', 'release-*' ] + branches: [ 'main' ] jobs: