Skip to content

Commit 6377887

Browse files
Merge pull request #368 from Workiva/greglittlefield-wf-patch-1
Fix wildcard to include branch names with slashes
2 parents 37908bc + a11a610 commit 6377887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'test_consume_*'
88
pull_request:
99
branches:
10-
- '*'
10+
- '**'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)