diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 75c2fe5..7639cf5 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -5,10 +5,12 @@ on: paths: - "CMakeLists.txt" - "src/*" + - "scripts/*" pull_request: paths: - "CMakeLists.txt" - "src/*" + - "scripts/*" jobs: build: