Skip to content

Commit d84fcd3

Browse files
committed
Only deploy to release if not triggered manually
1 parent 4b34382 commit d84fcd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-to-github.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Build WASM binary
2828
run: npm run build-wasm
2929
- name: Deploy to GitHub Releases
30+
if: github.event_name != 'workflow_dispatch'
3031
uses: ncipollo/release-action@v1
3132
with:
3233
artifacts: tree-sitter-kotlin.wasm

0 commit comments

Comments
 (0)