diff --git a/.github/workflows/diagnostics-image-release.yaml b/.github/workflows/diagnostics-image-release.yaml index 97d5ff6f..18869360 100644 --- a/.github/workflows/diagnostics-image-release.yaml +++ b/.github/workflows/diagnostics-image-release.yaml @@ -5,8 +5,6 @@ name: Diagnostics Image Release on: workflow_dispatch: push: - tags: - - '@powersync/diagnostics-app*' concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -14,7 +12,6 @@ jobs: release-docker-image: name: Build and Release diagnostics-app Docker Image runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' steps: - name: Checkout uses: actions/checkout@v4