From 12be06090b5122f58fa8b3a9870e26fb6de0bb20 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Mon, 18 Apr 2022 13:11:27 -0400 Subject: [PATCH] Update actions (#2492) Signed-off-by: Knative Automation --- .github/workflows/knative-go-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/knative-go-test.yaml b/.github/workflows/knative-go-test.yaml index acb301fbe..bb016dcda 100644 --- a/.github/workflows/knative-go-test.yaml +++ b/.github/workflows/knative-go-test.yaml @@ -6,6 +6,9 @@ name: Test on: + push: + branches: [ 'main', 'release-*' ] + pull_request: branches: [ 'main', 'release-*' ]