Skip to content

Commit 853874c

Browse files
author
Usernvme-ship-it
authored
Create Company
1 parent 4308b43 commit 853874c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Company

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: [ "patch-4" ]
8+
push:
9+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
10+
11+
jobs:
12+
publish:
13+
if: ${{ github.repository_owner == 'dart-lang' }}
14+
uses: devoncarew/firehose/.github/workflows/publish.yaml@main

0 commit comments

Comments
 (0)