diff options
| author | Fuwn <[email protected]> | 2021-05-01 22:56:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 22:56:04 +0000 |
| commit | f071c19bda4aef62bd35f6f321e813fdd74ef0ab (patch) | |
| tree | d24c445880846a471f4318b0519f51c1d757bf87 | |
| parent | ci(git): temporarily disable prepare-commit-msg hook (diff) | |
| download | whirl-f071c19bda4aef62bd35f6f321e813fdd74ef0ab.tar.xz whirl-f071c19bda4aef62bd35f6f321e813fdd74ef0ab.zip | |
ci(actions): fix rust action not running on changes performed on the src directory
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 88458fc..9c7437b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,12 +4,12 @@ on: push: # branches: [develop] paths: - - "src" + - "src/**" - "Cargo.toml" pull_request: # branches: [develop] paths: - - "src" + - "src/**" - "Cargo.toml" env: |