From 2b48a76c88f1c6ec6eca3b7f5d4848b45a3baa29 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 1 Aug 2022 10:32:03 +0200 Subject: [PATCH] Update release trigger --- .github/workflows/marketplace-aws.yml | 2 +- .github/workflows/marketplace-azure.yml | 2 +- .github/workflows/marketplace-digitalocean.yml | 2 +- .github/workflows/marketplace-gcp.yml | 2 +- .github/workflows/marketplace-kubernetes.yml | 2 +- .github/workflows/marketplace-vultr.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/marketplace-aws.yml b/.github/workflows/marketplace-aws.yml index 3e72eeb46..d7cac2fb6 100644 --- a/.github/workflows/marketplace-aws.yml +++ b/.github/workflows/marketplace-aws.yml @@ -3,7 +3,7 @@ concurrency: marketplace-aws on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-azure.yml b/.github/workflows/marketplace-azure.yml index 5a9427af4..54a9c5d9f 100644 --- a/.github/workflows/marketplace-azure.yml +++ b/.github/workflows/marketplace-azure.yml @@ -3,7 +3,7 @@ concurrency: marketplace-azure on: release: - types: [released] + types: [published] # az ad sp create-for-rbac --name squidex diff --git a/.github/workflows/marketplace-digitalocean.yml b/.github/workflows/marketplace-digitalocean.yml index 2cd57652b..f5019d286 100644 --- a/.github/workflows/marketplace-digitalocean.yml +++ b/.github/workflows/marketplace-digitalocean.yml @@ -3,7 +3,7 @@ concurrency: marketplace-digitalocean on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-gcp.yml b/.github/workflows/marketplace-gcp.yml index 701385180..451672cbb 100644 --- a/.github/workflows/marketplace-gcp.yml +++ b/.github/workflows/marketplace-gcp.yml @@ -3,7 +3,7 @@ concurrency: marketplace-gcp on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-kubernetes.yml b/.github/workflows/marketplace-kubernetes.yml index a8cb60240..87dbb0a43 100644 --- a/.github/workflows/marketplace-kubernetes.yml +++ b/.github/workflows/marketplace-kubernetes.yml @@ -3,7 +3,7 @@ concurrency: marketplace-kubernetes on: release: - types: [released] + types: [published] jobs: validate: diff --git a/.github/workflows/marketplace-vultr.yml b/.github/workflows/marketplace-vultr.yml index b44760891..345046c46 100644 --- a/.github/workflows/marketplace-vultr.yml +++ b/.github/workflows/marketplace-vultr.yml @@ -3,7 +3,7 @@ concurrency: marketplace-vultr on: release: - types: [released] + types: [published] jobs: validate: