Only run CI on push or labeled PR
This commit is contained in:
parent
c3278b3c25
commit
5a1a3c2244
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,7 +1,9 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
[push, pull_request]
|
||||
push:
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user