Skip to content

Commit

Permalink
Update publish.yml add tags, concurrency and manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
dikatok authored Aug 23, 2024
1 parent 8bbfea5 commit 7317054
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Publish to pub.dev
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7317054

Please sign in to comment.