Skip to content

Commit

Permalink
Add quotes to branches in CodeQl-analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
micryc committed Mar 6, 2024
1 parent 0b514f8 commit 7ea549a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "Code scanning - action"

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

Expand Down

0 comments on commit 7ea549a

Please sign in to comment.