Skip to content

Commit

Permalink
Merge pull request #692 from adamralph/release-workflows-3.0
Browse files Browse the repository at this point in the history
run lint and CodeQL workflows on release branches
  • Loading branch information
adamralph authored Mar 6, 2022
2 parents b12e649 + 6c23281 commit 15f3995
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 15f3995

Please sign in to comment.