Skip to content

Commit f74ce04

Browse files
authored
Update publish.yml
try tag
1 parent f9c67ce commit f74ce04

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

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

44
on:
55
push:
6-
branches:
7-
- main
6+
tags:
7+
- 'v[0-9]+.[0-9]+.[0-9]+'
8+
# push:
9+
# branches:
10+
# - main
811
jobs:
912
publish:
1013
permissions:

0 commit comments

Comments
 (0)