Skip to content

Commit 6fc7247

Browse files
authored
Allow pushes to trigger workflow on any branch
Removed branch restriction for push event.
1 parent e8486df commit 6fc7247

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)