mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 10:42:35 +02:00
Disable PR builds from labels
This commit is contained in:
parent
86dd2e2c3b
commit
ca729cba4f
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:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, labeled]
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
env:
|
||||
APP_NAME: interface
|
||||
|
|
Loading…
Reference in a new issue