From f071c19bda4aef62bd35f6f321e813fdd74ef0ab Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 1 May 2021 22:56:04 +0000 Subject: ci(actions): fix rust action not running on changes performed on the src directory --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3