Skip to content

Commit

Permalink
ci(rust-binaries-release): define file paths on events
Browse files Browse the repository at this point in the history
  • Loading branch information
fbozic committed Dec 3, 2024
1 parent 72780c5 commit 89997c8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/rust_binaries_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ on:
push:
branches:
- master
- 'releases/**'
- 'hotfix/**'
paths:
- Cargo.toml
- Cargo.lock
- 'crates/**'
- .github/workflows/rust_binaries_release.yml
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
paths:
- Cargo.toml
- Cargo.lock
- 'crates/**'
- .github/workflows/rust_binaries_release.yml

jobs:
binary_matrix:
Expand Down

0 comments on commit 89997c8

Please sign in to comment.