Skip to content

Commit

Permalink
ci: adds filter for publish condition
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Jan 17, 2025
1 parent 4cfb34f commit 201d218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:

publish-dart:
name: 'Publish packages'
if: startsWith(github.ref, 'refs/tags/')

permissions:
id-token: write # Required for authentication using OIDC
Expand Down

0 comments on commit 201d218

Please sign in to comment.