Skip to content

Commit 45bb32e

Browse files
committed
GHA: build all branches
1 parent f2059b1 commit 45bb32e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build & Deploy
22

33
on:
44
push:
5-
branches:
6-
- main
75
workflow_dispatch:
86

97
concurrency:
@@ -93,7 +91,7 @@ jobs:
9391
command: >
9492
pages deploy site
9593
--project-name=docs
96-
--branch=main
94+
--branch=${{ github.ref_name }}
9795
--commit-hash=${{ github.sha }}
9896
--commit-dirty=true
9997

0 commit comments

Comments
 (0)