Skip to content

Commit 4496fad

Browse files
committed
Restrict deploys to the main branch
1 parent a1b25d8 commit 4496fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Deploy Jekyll site to Pages
66
on:
77
# Runs on pushes targeting the default branch
88
push:
9-
branches: [ruby-3]
9+
branches: [main]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

0 commit comments

Comments
 (0)