Skip to content

Commit 57b6456

Browse files
committed
changed deploy script trigger from main to release
1 parent 791cfb1 commit 57b6456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Deploy to VPS"
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types:
6+
- published
77

88
jobs:
99
build-and-deploy:

0 commit comments

Comments
 (0)