From 565215c7eeefdc8c600d362d0cfce20626faf9bd Mon Sep 17 00:00:00 2001 From: Jeff Sandberg Date: Thu, 10 Oct 2024 16:56:25 -0600 Subject: [PATCH] Dont run release on regular branch pushes, only tag --- .github/workflows/release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8501688..5ee41a5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,15 +2,10 @@ name: Build and release NIFs on: push: - branches: main tags: - 'v*' workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.sha }} - cancel-in-progress: true - jobs: build_release: name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})