Skip to content

Commit 395ecee

Browse files
authored
Add branch filter for site in GitHub Actions
1 parent 6fc7247 commit 395ecee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7+
branches:
8+
- site
79

810
# Allows you to run this workflow manually from the Actions tab
911
workflow_dispatch:

0 commit comments

Comments
 (0)