We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710dc31 commit 4950f3cCopy full SHA for 4950f3c
.github/workflows/build.yml
@@ -1,7 +1,9 @@
1
name: Build
2
3
on:
4
- [push]
+ push:
5
+ pull_request_target:
6
+ types: [labeled]
7
8
jobs:
9
build:
0 commit comments