File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 deploy :
16- if : ${{ github.event.workflow_run.conclusion == 'success' }}
16+ if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'master' }}
1717 environment :
1818 name : github-pages
1919 url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions: read-all
1111
1212jobs :
1313 release :
14- if : ${{ github.repository_owner == 'js2me ' && github.event.workflow_run.conclusion == 'success' }}
14+ if : ${{ github.event.workflow_run.head_branch == 'master ' && github.event.workflow_run.conclusion == 'success' }}
1515 permissions :
1616 contents : write # to create release
1717 id-token : write # to generate provenance
You can’t perform that action at this time.
0 commit comments