Skip to content

Commit bfb54cd

Browse files
Cicd: Fix: Re-enable build on push
1 parent 8c92bd1 commit bfb54cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_site.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build and Deploy GH Pages
33

44
on:
55
push:
6-
branches: [$default-branch]
6+
branches:
7+
- [$default-branch]
78

89
# Allows you to run this workflow manually from the Actions tab
910
workflow_dispatch:

0 commit comments

Comments
 (0)