diff --git a/.github/workflows/knative-go-test.yaml b/.github/workflows/knative-go-test.yaml index acb301fb..bb016dcd 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-*' ]