We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1114067 commit 8c0ce00Copy full SHA for 8c0ce00
.github/workflows/build.yaml
@@ -63,7 +63,7 @@ jobs:
63
64
version:
65
needs: build
66
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' }}
+ if: ${{ github.event.workflow_run.event == 'push' }}
67
runs-on: ubuntu-latest
68
69
steps:
0 commit comments