trigger ci for release branches (#426)

This commit is contained in:
Binyang Li
2024-12-20 16:05:13 -08:00
committed by GitHub
parent e2230aab26
commit f18a440feb
6 changed files with 11 additions and 2 deletions

View File

@@ -2,9 +2,13 @@ name: "CodeQL"
on:
push:
branches: [ main ]
branches:
- main
- release/*
pull_request:
branches: [ main ]
branches:
- main
- release/*
schedule:
- cron: "30 1 * * 1"