Skip to content

Commit

Permalink
disable pr for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 6, 2024
1 parent 4f9448a commit ab3e1c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Publish to pub.dev and release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.*' # tag pattern on pub.dev: 'v{{version}'
- 'dartcv4-v[0-9]+.[0-9]+.*'
pull_request:
- 'v[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v{{version}'
- 'dartcv4-v[0-9]+.[0-9]+.[0-9]+*'
# pull_request:

jobs:
test:
Expand Down

0 comments on commit ab3e1c6

Please sign in to comment.