Skip to content

Commit 3706fa9

Browse files
author
Katie Horne
authored
fix issue w/ preview config (#603)
1 parent 22ad800 commit 3706fa9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- "release-*"
78

89
pull_request:
910
branches:

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- release-*
7+
- "release-*"
88

99
permissions:
1010
actions: none

0 commit comments

Comments
 (0)