Skip to content

Commit

Permalink
blast_repo fixes (#75)
Browse files Browse the repository at this point in the history
* blast_repo fixes

auto-publish

* Update README.md
  • Loading branch information
devoncarew committed Feb 17, 2023
1 parent 29f3a3e commit 3281cc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yaml
@@ -0,0 +1,14 @@
# A CI configuration to auto-publish pub packages.

name: Publish

on:
pull_request:
branches: [ master ]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]

jobs:
publish:
if: ${{ github.repository_owner == 'dart-lang' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

0 comments on commit 3281cc7

Please sign in to comment.