From cb1d861f6c9b307f78464c8c1da37b881747f88a Mon Sep 17 00:00:00 2001 From: Peter Rindal Date: Thu, 2 Nov 2023 09:08:49 -0700 Subject: [PATCH] Update build-test.yml --- .github/workflows/build-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a79b83e5..69f0642f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -7,7 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master, stage, components ] - pull_request: {} + pull_request: + branches: [ master, stage, components ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: