Skip to content

Commit cbf4921

Browse files
ci: configure build.yml workflow run when a PR is created/updated
1 parent e354924 commit cbf4921

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)