aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-01 22:56:04 +0000
committerFuwn <[email protected]>2021-05-01 22:56:04 +0000
commitf071c19bda4aef62bd35f6f321e813fdd74ef0ab (patch)
treed24c445880846a471f4318b0519f51c1d757bf87
parentci(git): temporarily disable prepare-commit-msg hook (diff)
downloadwhirl-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.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: