Skip to content

Commit 6daa7e1

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dev-test.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)