Allow running CI for branches ci-*

This commit is contained in:
John Vandenberg
2024-06-09 09:50:57 +08:00
committed by Taiki Endo
parent 23b90ae71a
commit 4306070abe

View File

@@ -9,6 +9,7 @@ on:
branches:
- main
- dev
- ci-*
schedule:
- cron: '0 0,3,6,9,12,15,18,21 * * *'
workflow_dispatch: