Skip to content

Commit

Permalink
ci: only bump version of cli if cli code has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Younday committed Nov 21, 2024
1 parent 7b437bc commit e62a7e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Bump version
name: Bump CLI version

on:
push:
branches:
- main
paths:
- 'cli/cli/**'
- 'cli/poetry/lock'

jobs:
bump-version:
Expand Down

0 comments on commit e62a7e5

Please sign in to comment.