mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore: prevent CI double runs on push + pull_request (#26766)
This commit is contained in:
committed by
GitHub
parent
7da56a0744
commit
c6772b6c78
3
.github/workflows/superset-docs.yml
vendored
3
.github/workflows/superset-docs.yml
vendored
@@ -4,9 +4,12 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "docs/**"
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
paths:
|
||||
- "docs/**"
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user