Skip to content

Commit c0954e8

Browse files
committed
add trigger rule
1 parent ac8a83b commit c0954e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1314

1415
strategy:
1516
matrix:

0 commit comments

Comments
 (0)