Skip to content

Commit 1c1d227

Browse files
committed
testing workflow 1
1 parent 5099f4e commit 1c1d227

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Publish to pub.dev
33

44
on:
55
push:
6-
tags:
7-
- 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
6+
# tags:
7+
# - 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
8+
branches:
9+
- DX-2199-publish-workflow-fix
810

911
# Publish using custom workflow
1012
jobs:

0 commit comments

Comments
 (0)