Skip to content

Commit

Permalink
fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Dec 18, 2023
1 parent 0cf9a6a commit 85bc6f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: ['**']
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
Expand All @@ -13,6 +13,9 @@ jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read

steps:
- name: Checkout repository
Expand Down

0 comments on commit 85bc6f3

Please sign in to comment.