Update workflows (#3325)

This commit is contained in:
LearningGp 2024-02-01 19:45:41 +08:00 committed by GitHub
parent f3fd4e6187
commit 2b7a989e29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 5 deletions

View File

@ -2,9 +2,15 @@ name: Sentinel CI
on:
push:
branches: [ master ]
branches:
- master
- "1.8"
- "2.0"
pull_request:
branches: [ master ]
branches:
- master
- "1.8"
- "2.0"
jobs:
build:

View File

@ -2,10 +2,15 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
branches:
- master
- "1.8"
- "2.0"
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches:
- master
- "1.8"
- "2.0"
schedule:
- cron: '00 09 * * 3'