Skip to content

Commit

Permalink
Pub.dev changes, only push event can trigger release now
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Mar 16, 2024
1 parent cfd04d4 commit 5a6a7b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish to pub.dev

on:
release:
types: [released]
push:
tags:
- '*'

jobs:
publish:
Expand Down

0 comments on commit 5a6a7b1

Please sign in to comment.