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 5236fbd commit 59ce651Copy full SHA for 59ce651
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
release:
65
runs-on: ubuntu-22.04
66
needs: test
67
- if: github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.repository_owner == 'xdebug' && github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'
68
steps:
69
- uses: actions/checkout@v4
70
- name: Setup Node.js
0 commit comments