mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Only run documentation linter on branches that target main
(#99163)
This commit is contained in:
parent
dea2e41e9f
commit
1e53ab609e
1
.github/workflows/documentation-ci.yml
vendored
1
.github/workflows/documentation-ci.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Documentation CI
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths: ["docs/sources/**"]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user