Run tests on push to release branch

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-10-18 16:17:41 +02:00
parent 1daa7a6b43
commit 0e79af6f14
18 changed files with 19 additions and 1 deletions

View File

@ -8,6 +8,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "access_manager/**"
- "internal/deploy/**"

View File

@ -6,6 +6,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.go"
- "**/go.mod"

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "operators/constellation-node-operator/**"

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "joinservice/**"
- "internal/atls/**"

View File

@ -8,6 +8,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "kms/**"
- "internal/constants/**"

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "verify/**"
- "internal/attestation/**"

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.md"
- "**.html"

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "docs/**"
pull_request:

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.go"
- "**/go.mod"

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "cli/internal/helm/charts/**"
pull_request:
@ -30,7 +31,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@b5b231a831f96336bbfeccc1329990f0005c5bb1 # tag=v3
with:
version: 'v3.9.0' # default is latest (stable)
version: "v3.9.0" # default is latest (stable)
- name: Create and populate build folder
run: mkdir build && cd build && cmake ..

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.go"
- "**/go.mod"

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.go"
- "**/go.mod"

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.sh"
pull_request:

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.tf"
pull_request:

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.tf"
pull_request:

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.go"
- "**/go.mod"

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "**.go"
- "**/go.mod"

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "release/**"
paths:
- "cli/cmd/**"
- "cli/internal/cmd/**"