Skip to content

Commit

Permalink
Update workflows (#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
LearningGp authored Feb 1, 2024
1 parent f3fd4e6 commit 2b7a989
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 2b7a989

Please sign in to comment.