Skip to content

Commit 227aa0d

Browse files
committed
fix: devops action branch main to master
1 parent 990c085 commit 227aa0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Ticketer Docs to VPS
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["master"]
66

77
concurrency:
88
group: ticketer-docs-deploy
@@ -26,7 +26,7 @@ jobs:
2626
cd /var/www/ticketer-docs
2727
2828
git fetch --all
29-
git reset --hard origin/main
29+
git reset --hard origin/master
3030
3131
corepack enable
3232
corepack prepare pnpm@latest --activate

0 commit comments

Comments
 (0)