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: