Skip to content

Commit 9827369

Browse files
Merge pull request #397 from cedarcode/sr--run-build-ci-workflow-on-prs
ci: configure `build.yml` workflow run when a PR is created/updated
2 parents 186be52 + cbf4921 commit 9827369

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77

88
name: build
99

10-
on: push
10+
on:
11+
push:
12+
branches: [master]
13+
pull_request:
14+
types: [opened, synchronize]
1115

1216
jobs:
1317
test:

0 commit comments

Comments
 (0)