Skip to content

Commit 5bfa98c

Browse files
committed
Run deployment again only on main branch
1 parent 556733a commit 5bfa98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5+
branches: ["main"]
56
workflow_dispatch:
67

78
jobs:

0 commit comments

Comments
 (0)