Skip to content

Commit

Permalink
run lint and CodeQL workflows on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Mar 6, 2022
1 parent b12e649 commit 6c23281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [main, release-*]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [main, release-*]
schedule:
- cron: '43 4 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lint
on:
push:
branches: [main]
branches: [main, release-*]
pull_request:
jobs:
lint:
Expand Down

0 comments on commit 6c23281

Please sign in to comment.