Skip to content

Commit 0ab79fe

Browse files
committed
Add branch filter to ts-pages workflow
1 parent b0e469c commit 0ab79fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ts-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Deploy TypeScript website to GitHub Pages
22

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

78
permissions:

0 commit comments

Comments
 (0)