diff --git a/.github/workflows/update-build-release.yml b/.github/workflows/update-build-release.yml index cc96b95..5c25ae4 100644 --- a/.github/workflows/update-build-release.yml +++ b/.github/workflows/update-build-release.yml @@ -55,7 +55,7 @@ jobs: commit_long_sha: ${{ steps.commit.outputs.commit_long_sha }} build: - if: ${{ (github.event_name == 'push') || (needs.update_packages.new_version) }} + if: ${{ (github.event_name == 'push') || (github.event_name == 'workflow_dispatch') || (needs.update_packages.new_version) }} needs: update_packages uses: ./.github/workflows/build.yml with: