Skip to content

Commit 4aa6280

Browse files
authored
Update storybook.yml branch filtering to use glob pattern
1 parent a99940d commit 4aa6280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ '**' ]
88
push:
9-
branches: [ '[0-9]{3}-(summer|spring|winter)-[0-9]{2}' ]
9+
branches: [ '2[0-9][02468]-*-2[0-9]' ]
1010

1111
env:
1212
# APPLITOOLS_API_KEY:

0 commit comments

Comments
 (0)