mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
fix: Re-enable CI checks on release branches (#27390)
(cherry picked from commit a54a24e3b5)
This commit is contained in:
committed by
Michael S. Molina
parent
db6df71fad
commit
0baa2af200
3
.github/workflows/superset-e2e.yml
vendored
3
.github/workflows/superset-e2e.yml
vendored
@@ -3,7 +3,8 @@ name: E2E
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- "master"
|
||||
- "[0-9].[0-9]"
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user