Skip to content

Commit

Permalink
chore(dist): update gh workflow to use dev prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 7, 2024
1 parent 4bc013d commit 3dce3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
pull_request:
push:
tags:
- 'dev**[0-9]+.[0-9]+.[0-9]+*'
- 'dev-v[0-9]+.[0-9]+.[0-9]+*'

jobs:
# Run 'cargo dist plan' (or host) to determine what tasks we need to do
Expand Down

0 comments on commit 3dce3a1

Please sign in to comment.