Skip to content

Commit

Permalink
Merge pull request #39 from Workiva/greglittlefield-wf-patch-1
Browse files Browse the repository at this point in the history
Fix wildcard to include branch names with slashes
  • Loading branch information
rmconsole7-wk authored Jun 2, 2023
2 parents 201aaee + d16d5a6 commit df82136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'master'
pull_request:
branches:
- '*'
- '**'

jobs:
test:
Expand Down

0 comments on commit df82136

Please sign in to comment.