From b1fafd7250a349b75e4a1a07a32d18ff3c735e9e Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Sun, 3 Mar 2024 14:49:06 +0100 Subject: [PATCH] feat(github-actions): change build-test condition --- .github/workflows/build-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b42701ef75..b0ba6c35c5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,8 +1,11 @@ -name: Pull Requests +name: Check on: + pull_request: # Check Pull Requests + push: - pull_request: + branches: + - master # Check branch after merge concurrency: # Only run once for latest commit per ref and cancel other (previous) runs.