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 2e17be3 commit 32c5d46Copy full SHA for 32c5d46
.github/workflows/precompile-php.yml
@@ -939,7 +939,7 @@ jobs:
939
create-release:
940
needs: [check-for-updates, build-matrix, get-php-versions]
941
runs-on: ubuntu-latest
942
- if: (github.event_name == 'push' && github.ref == 'refs/heads/main') && (needs.check-for-updates.outputs.rebuild_needed == 'true' || github.event.inputs.force_rebuild == 'true')
+ if: ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch') && (needs.check-for-updates.outputs.rebuild_needed == 'true' || github.event.inputs.force_rebuild == 'true')
943
944
steps:
945
- name: Checkout repository
0 commit comments