mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:03:27 +02:00
Enable label based PR builds
This commit is contained in:
parent
1ac7215ac8
commit
7dc7ce6e12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -2,7 +2,7 @@ name: Pull Request CI Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened, labeled]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: interface
|
APP_NAME: interface
|
||||||
|
|
Loading…
Reference in a new issue