mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Levitate: Only run against the main branch (#61401)
chore: only run Levitate against the main branch
This commit is contained in:
parent
db894ac383
commit
b8aaf85fdc
@ -8,6 +8,8 @@ on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "packages/**"
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
detect:
|
||||
|
@ -7,6 +7,8 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'packages/**'
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
buildPR:
|
||||
|
Loading…
Reference in New Issue
Block a user