8000 Run CodeQL only on pushes to main · Ditto190/Github-setup-python@bbebfaf · GitHub
[go: up one dir, main page]

Skip to content

Commit bbebfaf

Browse files
authored
Run CodeQL only on pushes to main
1 parent 6c048c7 commit bbebfaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

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

33
on:
44
push:
5+
branches: [ 'main' ]
56
pull_request:
67
schedule:
78
- cron: '25 3 * * 5'

0 commit comments

Comments
 (0)
0