Skip to content

Commit 1e8a135

Browse files
committed
fix workflow configuration syntax
1 parent b47732c commit 1e8a135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
on:
77
push:
88
branches:
9-
- *.x
9+
- "*.x"
1010
pull_request:
1111

1212
jobs:

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Spellcheck
33
on:
44
push:
55
branches:
6-
- *.x
6+
- "*.x"
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)