Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Oct 6, 2024
1 parent 144f401 commit e383def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main, dz/1 ]

jobs:
release:
Expand All @@ -21,3 +19,6 @@ jobs:
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
path: crates/openapi-client
check-repo: true
ignore-unpublished-changes: true
dry-run: true
File renamed without changes.

0 comments on commit e383def

Please sign in to comment.