chore: prevent CI double runs on push + pull_request (#26766)

This commit is contained in:
Maxime Beauchemin
2024-01-23 20:30:53 -08:00
committed by GitHub
parent 7da56a0744
commit c6772b6c78
17 changed files with 132 additions and 31 deletions

View File

@@ -2,11 +2,14 @@ name: Frontend
on:
push:
branches-ignore:
- "dependabot/**/docs/**"
- "dependabot/**/cypress-base/**"
branches:
- "master"
paths:
- "superset-frontend/**"
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
paths:
- "superset-frontend/**"
jobs:
frontend-build: