mirror of https://github.com/actions/setup-python
Run CodeQL only on pushes to main
This commit is contained in:
parent
6c048c7558
commit
bbebfafece
|
@ -2,6 +2,7 @@ name: "Code scanning - action"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '25 3 * * 5'
|
||||
|
|
Loading…
Reference in New Issue