chore(actions): Run for v4.* branch (#4682)

This commit is contained in:
Pepe Fagoaga
2024-08-07 14:11:38 +02:00
committed by GitHub
parent 1b18aef0f0
commit f0047cf5a7
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ "master", "v3" ]
branches: [ "master", "v3", "v4.*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master", "v3" ]
branches: [ "master", "v3", "v4.*" ]
schedule:
- cron: '00 12 * * *'