Skip to content

Commit

Permalink
blast_repo fixes (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 16, 2023
1 parent 3b207e5 commit 03a1d2a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# A CI configuration to auto-publish pub packages.

name: Publish

on:
pull_request:
branches: [ master ]
push:
tags: [ '[A-z]+-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 03a1d2a

Please sign in to comment.