Skip to content

Commit 9f48e46

Browse files
committed
ci: Fix GitHub workflow trigger specifying main instead of $default-branch
1 parent 58ccf04 commit 9f48e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Deploy Jekyll site to Pages
22
on:
33
push:
44
branches:
5-
- $default-branch
5+
- main
66
pull_request:
77
branches:
8-
- $default-branch
8+
- main
99

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

0 commit comments

Comments
 (0)