mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Tell the CI that the livekit branch isn't a PR
This prevents it from trying to run the PR preview workflow on every build of the livekit branch.
This commit is contained in:
parent
e124b77f7f
commit
1bdb0db6d2
1
.github/workflows/netlify-pr.yaml
vendored
1
.github/workflows/netlify-pr.yaml
vendored
@ -6,6 +6,7 @@ on:
|
||||
- completed
|
||||
branches-ignore:
|
||||
- "main"
|
||||
- "livekit"
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
||||
|
Loading…
Reference in New Issue
Block a user