1
0
Fork 0
mirror of https://github.com/fjosw/pyerrors.git synced 2025-03-16 07:10:24 +01:00

ci: codeql workflow only triggered on push to develop and master.

This commit is contained in:
Fabian Joswig 2022-10-06 10:55:10 +01:00
parent c111189522
commit 0fadc099a9
No known key found for this signature in database

View file

@ -2,6 +2,9 @@ name: "CodeQL"
on:
push:
branches:
- master
- develop
pull_request:
jobs: