We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b59368 + c09efeb commit 96b0eabCopy full SHA for 96b0eab
.github/workflows/publish.yml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
15
strategy:
16
matrix:
0 commit comments