chore: trigger CI jobs on all release-related branches (#29274)

This commit is contained in:
Maxime Beauchemin
2024-06-17 13:42:58 -07:00
committed by GitHub
parent ae7c40920e
commit d49d79121c
21 changed files with 24 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ on:
push:
branches:
- "master"
- "[0-9].[0-9]"
- "[0-9].[0-9]*"
paths:
- "superset-websocket/**"
pull_request: