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: on:
push: push:
branches: [ master ] branches:
- master
- "1.8"
- "2.0"
pull_request: pull_request:
branches: [ master ] branches:
- master
- "1.8"
- "2.0"
jobs: jobs:
build: build:

View File

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