Skip to content

Commit

Permalink
Merge pull request #233 from GNS3/codeql-on-rust-branch
Browse files Browse the repository at this point in the history
Run CodeQL on rust branch
  • Loading branch information
grossmj authored Apr 11, 2024
2 parents 65552d3 + 36ed142 commit 951f1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "master", "rust" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master", "rust" ]
schedule:
- cron: '36 0 * * 6'

Expand Down

0 comments on commit 951f1f4

Please sign in to comment.