Skip to content

Commit 4750e4a

Browse files
authored
Merge pull request cli#2774 from rneatherway/codeql-add-pull-request-trigger
Add on: pull_request trigger to CodeQL workflow
2 parents b0ae09e + 3ab0166 commit 4750e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Code Scanning
22

33
on:
44
push:
5+
pull_request:
56
schedule:
67
- cron: "0 0 * * 0"
78

0 commit comments

Comments
 (0)