Skip to content

Commit 59ce651

Browse files
authored
chore: Switch to manual release trigger (#1007)
1 parent 5236fbd commit 59ce651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
release:
6565
runs-on: ubuntu-22.04
6666
needs: test
67-
if: github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main'
67+
if: github.repository_owner == 'xdebug' && github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'
6868
steps:
6969
- uses: actions/checkout@v4
7070
- name: Setup Node.js

0 commit comments

Comments
 (0)