Levitate: Only run against the main branch (#61401)

chore: only run Levitate against the main branch
This commit is contained in:
Levente Balogh 2023-01-13 09:43:09 +01:00 committed by GitHub
parent db894ac383
commit b8aaf85fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ on:
pull_request:
paths-ignore:
- "packages/**"
branches:
- 'main'
jobs:
detect:

View File

@ -7,6 +7,8 @@ on:
pull_request:
paths:
- 'packages/**'
branches:
- 'main'
jobs:
buildPR: