Skip to content

Commit 428fbf9

Browse files
committed
Fixing Jekyll pipeline to publish from master
1 parent 86dcb96 commit 428fbf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
33

44
on:
55
# Runs on pushes targeting the default branch.
6-
# TODO This will be changed to master before the 2.0 release.
76
push:
8-
branches: ["develop"]
7+
branches: ["master"]
98

109
# Allows you to run this workflow manually from the Actions tab
1110
workflow_dispatch:

0 commit comments

Comments
 (0)