support multiple branches

This commit is contained in:
Your Name 2022-06-20 15:47:46 -04:00
parent c3c694e60e
commit bf257ccb39

View file

@ -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: