aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-01 22:56:04 -0700
committerFuwn <[email protected]>2021-05-01 22:56:04 -0700
commitd1353b219a88e53bedb4dee52ba4e26e87e6994f (patch)
tree23cc30df83ebc4ca255b1824cd83f3080e5eee71 /.github
parentci(git): temporarily disable prepare-commit-msg hook (diff)
downloadwhirl-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.yml4
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: