mirror of
https://github.com/apache/superset.git
synced 2026-09-01 21:11:28 +00:00
chore: prevent CI double runs on push + pull_request (#26766)
This commit is contained in:
@@ -3,8 +3,8 @@ name: Python-Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/npm_and_yarn/**"
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user