Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9e9f46..b702c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ permissions: on: push: branches: [main] + paths: ['Cargo.toml', 'crates/**', '.github/workflow/release.yml'] jobs: release:
- Loading branch information