From b72686ff9a6b0464997a35053febccd996bb6b8c Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 15 Jan 2024 14:07:02 +0800 Subject: [PATCH] chore: bump ci test conditions Signed-off-by: peefy --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e85515..8345ffa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,10 @@ name: Continuous Integration on: - # See https://docs.github.com/en/actions/reference/events-that-trigger-workflows. pull_request: + push: + branches: + - main + - "releases/*" jobs: bazel-source-inspection: runs-on: ubuntu-latest