diff options
| author | Fuwn <[email protected]> | 2021-05-01 22:56:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 22:56:04 -0700 |
| commit | d1353b219a88e53bedb4dee52ba4e26e87e6994f (patch) | |
| tree | 23cc30df83ebc4ca255b1824cd83f3080e5eee71 /.github | |
| parent | ci(git): temporarily disable prepare-commit-msg hook (diff) | |
| download | whirl-d1353b219a88e53bedb4dee52ba4e26e87e6994f.tar.xz whirl-d1353b219a88e53bedb4dee52ba4e26e87e6994f.zip | |
ci(actions): fix rust action not running on changes performed on the src directory
Diffstat (limited to '.github')
| -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: |