fix: Re-enable CI checks on release branches (#27390)

This commit is contained in:
Michael S. Molina
2024-03-06 12:23:07 -05:00
committed by GitHub
parent 5107cc0fd9
commit a54a24e3b5
20 changed files with 60 additions and 41 deletions

View File

@@ -4,7 +4,8 @@ name: Python Misc
on:
push:
branches:
- 'master'
- "master"
- "[0-9].[0-9]"
paths:
- "superset/**"
pull_request: