mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
ci: codeql workflow only triggered on push to develop and master.
This commit is contained in:
parent
c111189522
commit
0fadc099a9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
|
@ -2,6 +2,9 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue