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.
1 parent 491b860 commit f974a5cCopy full SHA for f974a5c
.github/workflows/check-and-upload-package.yaml
@@ -13,6 +13,7 @@ on:
13
jobs:
14
check-package:
15
runs-on: ubuntu-22.04
16
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged }}
17
outputs:
18
file-present: ${{ steps.check-file.outputs.file-present }}
19
closest-release: ${{ steps.find-release.outputs.closest-release }}
0 commit comments