Skip to content

Commit 9c60d1a

Browse files
authored
add firehose workflow (#1228)
* add firehose workflow * format the changelog how firehose wants
1 parent 2d42e9a commit 9c60d1a

File tree

2 files changed

+112
-98
lines changed

2 files changed

+112
-98
lines changed

.github/workflows/publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# A CI configuration to auto-publish pub packages.
2+
3+
name: Publish
4+
5+
on:
6+
pull_request:
7+
branches: [ main ]
8+
types: [opened, synchronize, reopened, labeled, unlabeled]
9+
push:
10+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
11+
12+
jobs:
13+
publish:
14+
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

0 commit comments

Comments
 (0)