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:
Robin Townsend 2023-09-01 15:08:01 -04:00
parent e124b77f7f
commit 1bdb0db6d2

View File

@ -6,6 +6,7 @@ on:
- completed - completed
branches-ignore: branches-ignore:
- "main" - "main"
- "livekit"
jobs: jobs:
deploy: deploy:
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'