Skip to content

Commit 1177f6a

Browse files
authored
Configure build action to run for pull requests against master (#118)
1 parent b5d4f32 commit 1177f6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/base.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
push:
33
branches:
44
- "**"
5+
pull_request:
6+
branches:
7+
- "master"
58

69
jobs:
710
test:

0 commit comments

Comments
 (0)