Skip to content

Commit

Permalink
ci: configure codeql to ignore e2e branches (#13092)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett authored Aug 16, 2023
1 parent 0fde28a commit 7240091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 'CodeQL Tests'

on:
push:
branches: [dev]
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 'CodeQL'

on:
push:
branches: [dev]
pull_request:

jobs:
Expand Down

0 comments on commit 7240091

Please sign in to comment.