diff --git a/.github/workflows/cd-release.yaml b/.github/workflows/cd-release.yaml index 84f6902..99f3b96 100644 --- a/.github/workflows/cd-release.yaml +++ b/.github/workflows/cd-release.yaml @@ -110,6 +110,7 @@ jobs: - name: Upload | Distribution Artifacts uses: actions/upload-artifact@v4 + if: steps.release.outputs.released == 'true' with: name: distribution-artifacts path: dist diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 7bc46f9..573cee0 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -8,6 +8,8 @@ on: push: branches: - main + tags-ignore: + - '**' concurrency: group: ${{ github.head_ref || github.run_id }}