Skip to content

Commit

Permalink
ci: Trigger ci when code changle (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc authored Nov 26, 2024
1 parent 3b1701d commit 93df89b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ on:
branches:
- main
- master
paths:
- 'crates/**'
- 'bindings/python/lyric-py/**'
- 'Cargo.toml'
- 'Cargo.lock'
- '.github/workflows/release-lyric-py.yml'
pull_request:
paths:
- 'crates/**'
- 'bindings/python/lyric-py/**'
- 'Cargo.toml'
- 'Cargo.lock'
- '.github/workflows/release-lyric-py.yml'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 93df89b

Please sign in to comment.