Skip to content

Commit 885135f

Browse files
Test publishing GitHub Pages from branch
1 parent 4ec88d4 commit 885135f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-web.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ name: Deploy web configurator
99

1010
on:
1111
push:
12-
branches: [main]
12+
# TEMPORARY: web-configurator is included so Pages can be tested from the branch
13+
# before merge. Revert to `branches: [main]` once verified.
14+
branches: [main, web-configurator]
1315
paths:
1416
- "web/**"
1517
- ".github/workflows/deploy-web.yml"

0 commit comments

Comments
 (0)