Skip to content

Commit a40da54

Browse files
authored
ci(github actions): add 'master' to the 'pull_request' section
Closes #159
1 parent bd228e4 commit a40da54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
# Runs this action when you push on master
99
push:
10-
branches: [master]
10+
branches:
11+
- master
1112
# Runs this when a PR against master is created
1213
pull_request:
14+
branches:
15+
- master
1316

1417
# Allows you to run this workflow manually from the Actions tab
1518
workflow_dispatch:

0 commit comments

Comments
 (0)