From bf257ccb393fb9c34942b8407f44b3935a757b43 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jun 2022 15:47:46 -0400 Subject: [PATCH] support multiple branches --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7af34b2c..86898c1e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,12 @@ name: build on: push: - branches: [ "issues-431-gh-actions" ] + branches: + - "master" + - "issues-431-gh-actions" pull_request: - branches: [ "master" ] + branches: + - "master" # run workflow manually from the Actions tab workflow_dispatch: