Skip to content

Commit 5266ce7

Browse files
committed
CI: rename workflows
1 parent a277f97 commit 5266ce7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

.github/workflows/publish.yml renamed to .github/workflows/release-version.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Publish to crates.io
33
on:
44
push:
55
branches:
6-
- '!*'
6+
- '!**'
77
tags:
8-
- '*'
8+
- '0.9.[0-9]+'
9+
- '0.10.[0-9]+'
910

1011
defaults:
1112
run:

0 commit comments

Comments
 (0)