Skip to content

Commit 48d9655

Browse files
committed
fix(ci): rename workflow to publish-mows-cli.yml
Rename publish-mows.yml to publish-mows-cli.yml to match the crate name and tag convention (mows-cli-v*). Update self-referencing paths entries.
1 parent cca580e commit 48d9655

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
paths:
88
- 'utils/mpm/**'
99
- 'utils/mows-common-rust/**'
10-
- '.github/workflows/publish-mows.yml'
10+
- '.github/workflows/publish-mows-cli.yml'
1111
pull_request:
1212
paths:
1313
- 'utils/mpm/**'
1414
- 'utils/mows-common-rust/**'
15-
- '.github/workflows/publish-mows.yml'
15+
- '.github/workflows/publish-mows-cli.yml'
1616
workflow_dispatch:
1717
inputs:
1818
dry_run:

0 commit comments

Comments
 (0)