Browse Source

Update release trigger

release/6.x
Sebastian 3 years ago
parent
commit
2b48a76c88
  1. 2
      .github/workflows/marketplace-aws.yml
  2. 2
      .github/workflows/marketplace-azure.yml
  3. 2
      .github/workflows/marketplace-digitalocean.yml
  4. 2
      .github/workflows/marketplace-gcp.yml
  5. 2
      .github/workflows/marketplace-kubernetes.yml
  6. 2
      .github/workflows/marketplace-vultr.yml

2
.github/workflows/marketplace-aws.yml

@ -3,7 +3,7 @@ concurrency: marketplace-aws
on: on:
release: release:
types: [released] types: [published]
jobs: jobs:
validate: validate:

2
.github/workflows/marketplace-azure.yml

@ -3,7 +3,7 @@ concurrency: marketplace-azure
on: on:
release: release:
types: [released] types: [published]
# az ad sp create-for-rbac --name squidex # az ad sp create-for-rbac --name squidex

2
.github/workflows/marketplace-digitalocean.yml

@ -3,7 +3,7 @@ concurrency: marketplace-digitalocean
on: on:
release: release:
types: [released] types: [published]
jobs: jobs:
validate: validate:

2
.github/workflows/marketplace-gcp.yml

@ -3,7 +3,7 @@ concurrency: marketplace-gcp
on: on:
release: release:
types: [released] types: [published]
jobs: jobs:
validate: validate:

2
.github/workflows/marketplace-kubernetes.yml

@ -3,7 +3,7 @@ concurrency: marketplace-kubernetes
on: on:
release: release:
types: [released] types: [published]
jobs: jobs:
validate: validate:

2
.github/workflows/marketplace-vultr.yml

@ -3,7 +3,7 @@ concurrency: marketplace-vultr
on: on:
release: release:
types: [released] types: [published]
jobs: jobs:
validate: validate:

Loading…
Cancel
Save