Skip to content

Commit b47732c

Browse files
committed
adjust to semantic branch nameing
1 parent c5f43ec commit b47732c

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-
- master
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-
- master
6+
- *.x
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)