Browse Source

Update release.yml

pull/711/head
Sebastian Stehle 5 years ago
committed by GitHub
parent
commit
de554b2471
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/release.yml

6
.github/workflows/release.yml

@ -3,10 +3,8 @@ concurrency: release
on:
push:
branches:
- "!*"
tags:
- "*"
- '*'
jobs:
build:
@ -179,4 +177,4 @@ jobs:
- name: Cleanup Binaries
if: always()
run: docker rm squidex-container
run: docker rm squidex-container

Loading…
Cancel
Save