Skip to content

Commit 6daa7e1

Browse files
committed
Quote branch names
1 parent 8557ea6 commit 6daa7e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- patch-release
7+
- "patch-release"
88
pull_request:
99

1010
jobs:

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- patch-release
7+
- "patch-release"
88
pull_request:
99

1010
jobs:

.github/workflows/prod-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- patch-release
7+
- "patch-release"
88
pull_request:
99

1010
jobs:

0 commit comments

Comments
 (0)