Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmimani committed Oct 25, 2021
1 parent 44cd3f1 commit 963cea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches: [ main ]
branches: [ main, v3.x ]
pull_request:
branches: [ main ]
branches: [ main, v3.x ]

jobs:
unit-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [main, v1.x]
branches: [main, v1.x, v3.x]
pull_request:
# The branches below must be a subset of the branches above
branches: [main, v1.x]
branches: [main, v1.x, v3.x]
schedule:
- cron: '0 6 * * 3'

Expand Down

0 comments on commit 963cea2

Please sign in to comment.