Skip to content

Commit 0ce52a5

Browse files
committed
main not develop :" )
1 parent 6de0ffa commit 0ce52a5

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
@@ -2,9 +2,9 @@ name: Build and Deploy
22

33
on:
44
push:
5-
branches: ["develop"]
5+
branches: ["main"]
66
pull_request:
7-
branches: ["develop"]
7+
branches: ["main"]
88
workflow_dispatch: # Allows manual triggering from GitHub UI
99

1010
permissions:
@@ -42,7 +42,7 @@ jobs:
4242
path: './dist'
4343

4444
deploy:
45-
if: github.event_name == 'push' && github.ref == 'refs/heads/develop' || github.event_name == 'workflow_dispatch'
45+
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
4646

4747
environment:
4848
name: github-pages

0 commit comments

Comments
 (0)