diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 6c31018..f9041fd 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -9,7 +9,7 @@ on: jobs: test: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/v') }} + if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: convictional/trigger-workflow-and-wait@v1.6.1 with: