Skip to content

Commit fce0151

Browse files
committed
Fixes CI pipeline
1 parent b3e103b commit fce0151

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dart.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Dart CI
22

33
on:
44
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
57
branches:
6-
- main
8+
- master
79
pull_request:
810

911
env:

0 commit comments

Comments
 (0)