mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Run tests on push to release branch
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
1daa7a6b43
commit
0e79af6f14
@ -8,6 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "access_manager/**"
|
||||
- "internal/deploy/**"
|
||||
|
1
.github/workflows/build-binaries.yml
vendored
1
.github/workflows/build-binaries.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
|
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "operators/constellation-node-operator/**"
|
||||
|
||||
|
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "joinservice/**"
|
||||
- "internal/atls/**"
|
||||
|
1
.github/workflows/build-kms-image.yml
vendored
1
.github/workflows/build-kms-image.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "kms/**"
|
||||
- "internal/constants/**"
|
||||
|
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "verify/**"
|
||||
- "internal/attestation/**"
|
||||
|
1
.github/workflows/check-links.yml
vendored
1
.github/workflows/check-links.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.md"
|
||||
- "**.html"
|
||||
|
1
.github/workflows/docs-vale.yml
vendored
1
.github/workflows/docs-vale.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
|
1
.github/workflows/test-govulncheck.yml
vendored
1
.github/workflows/test-govulncheck.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
|
3
.github/workflows/test-helm-lint.yaml
vendored
3
.github/workflows/test-helm-lint.yaml
vendored
@ -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 ..
|
||||
|
1
.github/workflows/test-integration.yml
vendored
1
.github/workflows/test-integration.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
|
1
.github/workflows/test-lint.yml
vendored
1
.github/workflows/test-lint.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
|
1
.github/workflows/test-shellcheck.yml
vendored
1
.github/workflows/test-shellcheck.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.sh"
|
||||
pull_request:
|
||||
|
1
.github/workflows/test-tf.yml
vendored
1
.github/workflows/test-tf.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.tf"
|
||||
pull_request:
|
||||
|
1
.github/workflows/test-tfsec.yml
vendored
1
.github/workflows/test-tfsec.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.tf"
|
||||
pull_request:
|
||||
|
1
.github/workflows/test-tidy.yml
vendored
1
.github/workflows/test-tidy.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
|
1
.github/workflows/test-unittest.yml
vendored
1
.github/workflows/test-unittest.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
|
1
.github/workflows/update-cli-reference.yml
vendored
1
.github/workflows/update-cli-reference.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
paths:
|
||||
- "cli/cmd/**"
|
||||
- "cli/internal/cmd/**"
|
||||
|
Loading…
Reference in New Issue
Block a user