Skip to content

Commit 0b0b1ff

Browse files
committed
ci: update deploy workflow to allow manual triggering and comment out push event
1 parent 85ce51a commit 0b0b1ff

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Deploy
22

33
on:
4-
push:
5-
branches: [ "main" ]
4+
workflow_dispatch: # Manual trigger only
5+
# Uncomment below when VPS is ready:
6+
# push:
7+
# branches: [ "main" ]
68

79
jobs:
810
build-test-and-deploy:

0 commit comments

Comments
 (0)