mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 14:48:36 +00:00
Run CodeQL only on pushes to main
This commit is contained in:
parent
6c048c7558
commit
bbebfafece
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,6 +2,7 @@ name: "Code scanning - action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ 'main' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 3 * * 5'
|
- cron: '25 3 * * 5'
|
||||||
|
|
Loading…
Reference in a new issue