run ci workflow for release branches (#10819)

This commit is contained in:
Sujay 2024-01-22 18:18:38 +00:00 committed by GitHub
parent cc5f896190
commit 7938f89639

View file

@ -13,6 +13,7 @@ on:
push: push:
branches: branches:
- main - main
- release-*
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- 'deploy/**' - 'deploy/**'