Skip to content

Commit 4950f3c

Browse files
authored
Hardening the CI in relation to PRs
1 parent 710dc31 commit 4950f3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build
22

33
on:
4-
[push]
4+
push:
5+
pull_request_target:
6+
types: [labeled]
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)