Skip to content

Commit 6e5ee89

Browse files
committed
fixing regex feature/BB-772
1 parent 6305c21 commit 6e5ee89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/story.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- '[A-Z]+-[0-9]+'
77
- '[A-Z]+-[0-9]+/*'
8-
- 'feature\/.*'
8+
- 'feature/*'
99
jobs:
1010
build:
1111
runs-on: ubuntu-16.04

0 commit comments

Comments
 (0)