Skip to content

Commit

Permalink
Don't do CodeQL on the gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed May 27, 2024
1 parent 8337350 commit 885e6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ "3.2", "1.0", "2.0", "2.1", "2.2", "2.3", "2.4", "2.4.1", "2.4.2", "3.0", "3.0.1", "3.1", "gh-pages" ]
branches: [ "3.2", "1.0", "2.0", "2.1", "2.2", "2.3", "2.4", "2.4.1", "2.4.2", "3.0", "3.0.1", "3.1" ]
pull_request:
branches: [ "3.2" ]
schedule:
Expand Down

0 comments on commit 885e6c1

Please sign in to comment.