Skip to content

Commit c3c27e3

Browse files
committed
Fixes CI pipeline
1 parent 026d1e7 commit c3c27e3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/dart.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: Dart CI
33
on:
44
push:
55
tags:
6-
# must align with the tag-pattern configured on pub.dev, often just replace
7-
# {{version}} with [0-9]+.[0-9]+.[0-9]+
8-
- 'v[0-9]+.[0-9]+.[0-9]+' # tag-pattern on pub.dev: 'v{{version}}'
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
97
branches:
10-
- main
8+
- master
119
pull_request:
1210

1311
env:

0 commit comments

Comments
 (0)