Skip to content

Commit

Permalink
Fix push problem
Browse files Browse the repository at this point in the history
refs #9
  • Loading branch information
brolandeau committed Jan 5, 2025
1 parent cded4a9 commit 9fc8ca3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags:
- '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*'
# We disable the push for now, because it's not working with flutter (it asks for a connection)
# push:
# tags:
# - '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*'

# Publish using the reusable workflow from dart-lang.
jobs:
Expand Down

0 comments on commit 9fc8ca3

Please sign in to comment.