Skip to content

Commit fc25cde

Browse files
committed
ci: update triggers
1 parent a7a8fa8 commit fc25cde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Publish to pub.dev
33
on:
44
push:
55
tags:
6-
- "disco-[0-9]+.[0-9]+.[0-9]+" # Matches disco-1.2.3
7-
- 'disco-[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco-1.2.3+1
8-
- "disco_lint-[0-9]+.[0-9]+.[0-9]+" # Matches disco_lint-1.2.3
9-
- 'disco_lint-[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco_lint-1.2.3+1
6+
- "disco-v[0-9]+.[0-9]+.[0-9]+" # Matches disco-v1.2.3
7+
- 'disco-v[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco-v1.2.3+1
8+
- "disco_lint-v[0-9]+.[0-9]+.[0-9]+" # Matches disco_lint-v1.2.3
9+
- 'disco_lint-v[0-9]+.[0-9]+.[0-9]+\+[0-9]+' # Matches disco_lint-v1.2.3+1
1010

1111
# Publish using the reusable workflow from dart-lang.
1212
jobs:

0 commit comments

Comments
 (0)