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

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
github-actions[bot]
2024-08-07 15:05:42 +02:00
committed by GitHub
parent ece220a71d
commit 6acf8d6404
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 * * *'
+2
View File
@@ -5,10 +5,12 @@ on:
branches:
- "master"
- "v3"
- "v4.*"
pull_request:
branches:
- "master"
- "v3"
- "v4.*"
jobs:
build:
runs-on: ubuntu-latest