Skip to content

Commit

Permalink
chore(ci): Add condition to publish crates action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 27, 2025
1 parent 8c5f7ef commit dd019ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ concurrency:

jobs:
publish-cargo:
# Run only on `chore: Publish` prefix
name: "Publish cargo crates"
runs-on: ubuntu-latest
if: >-
${{ startsWith(github.event.head_commit.message, 'chore: Publish') }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit dd019ea

Please sign in to comment.