mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
add push trigger
This commit is contained in:
parent
1647a01965
commit
a7a7ae653c
2
.github/workflows/build-apko-image.yml
vendored
2
.github/workflows/build-apko-image.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
- "feat/reproducible-builds-ko"
|
||||
- "feat/reproducible-builds-ko-nogcp"
|
||||
paths:
|
||||
- "image/apko/*.yaml"
|
||||
|
||||
|
@ -2,6 +2,11 @@ name: Build and upload constellation node operator image (KO)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
- "feat/reproducible-builds-ko-nogcp"
|
||||
|
||||
jobs:
|
||||
build-constellation-node-operator:
|
||||
|
@ -4,6 +4,11 @@ env:
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
- "feat/reproducible-builds-ko-nogcp"
|
||||
|
||||
jobs:
|
||||
build-join-service-ko:
|
||||
|
5
.github/workflows/build-kms-image-ko.yml
vendored
5
.github/workflows/build-kms-image-ko.yml
vendored
@ -4,6 +4,11 @@ env:
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
- "feat/reproducible-builds-ko-nogcp"
|
||||
|
||||
jobs:
|
||||
build-kms-server:
|
||||
|
@ -2,6 +2,11 @@ name: Build and upload verification-service image (KO)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "release/**"
|
||||
- "feat/reproducible-builds-ko-nogcp"
|
||||
|
||||
jobs:
|
||||
build-verification-service:
|
||||
|
Loading…
x
Reference in New Issue
Block a user