Skip to content

Commit d0c2c39

Browse files
committed
only deploy pages on main
1 parent 9b5316e commit d0c2c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ jobs:
3939
path: "dist/"
4040

4141
- uses: actions/deploy-pages@v4
42+
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)