Skip to content

Commit 82c3b1f

Browse files
committed
Publish to pages on feature branch
1 parent 6026a4e commit 82c3b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- sp2023
78
pull_request:
89

910
# Allow running manually
@@ -77,7 +78,7 @@ jobs:
7778
- spellcheck
7879
- build
7980

80-
if: github.ref_name == 'master'
81+
if: github.ref_name == 'master' || github.ref_name == 'sp2023'
8182

8283
steps:
8384
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)