update(CI): remove release branches from the push event

Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
Co-authored-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Andrea Terzolo 2022-08-22 10:47:57 +00:00 committed by poiana
parent 6051f2de81
commit 02fce93d02

View File

@ -13,7 +13,7 @@ name: "CodeQL"
on:
push:
branches: [ "master", release/0.26.2, release/0.32.2 ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]