We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cd29d commit 03ae373Copy full SHA for 03ae373
.github/workflows/codeql.yml
@@ -4,9 +4,9 @@ name: "CodeQL-Advanced"
4
# Define when the workflow should be triggered (on push to a specific branch and pull requests to the master branch)
5
on:
6
push:
7
- branches: [ "shift-left" ]
+ branches: [ "master" ]
8
pull_request:
9
10
11
# Define the jobs that will be executed as part of the workflow
12
jobs:
0 commit comments