diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5ff938e0..b06b3cc0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ name: Release SILO on: + push: workflow_run: workflows: [LAPIS-SILO] types: [completed] - branches: [main] + branches: [346-release-concept] env: DOCKER_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo @@ -16,7 +17,7 @@ jobs: contents: write pull-requests: write packages: write - if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'GenSpectrum/LAPIS-SILO' }} + if: ${{ github.repository == 'GenSpectrum/LAPIS-SILO' }} steps: - uses: google-github-actions/release-please-action@v4 id: release @@ -24,7 +25,7 @@ jobs: path: . config-file: release-please-config.json manifest-file: .release-please-manifest.json - target-branch: main + target-branch: 346-release-concept - name: Inspect Release Outputs run: |