Skip to content

Commit 8727034

Browse files
authored
please work (#25)
1 parent d4c6425 commit 8727034

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
@@ -1,9 +1,11 @@
11
#https://dart.dev/tools/pub/automated-publishing
22
name: Publish lint_quido to pub.dev
33
on:
4+
pull_request:
5+
branches: [ main ]
6+
types: [opened, synchronize, reopened, labeled, unlabeled]
47
push:
5-
branches:
6-
- main
8+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
79

810
jobs:
911
publish:

0 commit comments

Comments
 (0)