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:
release:
types: [released]
types: [published]
jobs:
validate:

2
.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

2
.github/workflows/marketplace-digitalocean.yml

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

2
.github/workflows/marketplace-gcp.yml

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

2
.github/workflows/marketplace-kubernetes.yml

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

2
.github/workflows/marketplace-vultr.yml

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

Loading…
Cancel
Save