chore(actions): Run for master and v3 (#3685)

This commit is contained in:
Pepe Fagoaga
2024-04-08 09:35:23 +02:00
committed by GitHub
parent cb41c8d15b
commit 3152d67f58
5 changed files with 7 additions and 9 deletions
@@ -4,7 +4,7 @@ on:
pull_request:
branches:
- 'master'
- 'prowler-4.0-dev'
- 'v3'
paths:
- 'docs/**'
@@ -3,10 +3,8 @@ name: build-lint-push-containers
on:
push:
branches:
# TODO: update it for v3 and v4
# Add master after changing branches
- "v3"
- "v4"
- "master"
paths-ignore:
- ".github/**"
- "README.md"
+2 -2
View File
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ "master", "prowler-4.0-dev" ]
branches: [ "master", "v3" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master", "prowler-4.0-dev" ]
branches: [ "master", "v3" ]
schedule:
- cron: '00 12 * * *'
+1 -1
View File
@@ -4,7 +4,7 @@ on:
pull_request_target:
branches:
- "master"
- "prowler-4.0-dev"
- "v3"
jobs:
labeler:
+2 -2
View File
@@ -4,11 +4,11 @@ on:
push:
branches:
- "master"
- "prowler-4.0-dev"
- "v3"
pull_request:
branches:
- "master"
- "prowler-4.0-dev"
- "v3"
jobs:
build:
runs-on: ubuntu-latest