chore(actions): add prowler 4.0 branch to actions (#3184)

This commit is contained in:
Nacho Rivera
2023-12-12 11:40:01 +01:00
committed by GitHub
parent 7fcff548eb
commit 0f165f0bf0
2 changed files with 4 additions and 2 deletions

View File

@@ -13,10 +13,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [ "master", prowler-2, prowler-3.0-dev ] branches: [ "master", "prowler-4.0-dev" ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "master" ] branches: [ "master", "prowler-4.0-dev" ]
schedule: schedule:
- cron: '00 12 * * *' - cron: '00 12 * * *'

View File

@@ -4,9 +4,11 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "prowler-4.0-dev"
pull_request: pull_request:
branches: branches:
- "master" - "master"
- "prowler-4.0-dev"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest