Skip to content

Commit 4b6145a

Browse files
Merge pull request #197 from Workiva/kennytrytek-wf-patch-1
O11Y-5307: Run CI Once
2 parents 00e86e7 + 0e1ca4b commit 4b6145a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dart_ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Dart CI
2-
32
on:
3+
workflow_dispatch:
44
push:
55
branches:
6-
- 'master'
7-
- 'test_consume_*'
6+
- "master"
7+
- "test_consume_**"
88
pull_request:
99
branches:
10-
- '*'
10+
- "**"
1111
concurrency:
1212
group: opentelemetry-coverage-${{ github.ref }}-1
1313
cancel-in-progress: true

0 commit comments

Comments
 (0)