From 4fc50258b57f90fa9b40ca50c24af815625ed343 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 17 May 2024 16:01:25 +0100 Subject: ci: Be more specific when to run the main Unit checks ci-dev-distro-compiler.yaml already limits itself to running only when relevant things are updated. Signed-off-by: Andrew Clayton --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4de8a3b6..acb2b9f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,14 @@ name: ci on: pull_request: push: - branches: - - master + branches: master + paths: + - configure + - 'auto/**' + - 'go/**' + - 'src/**' + - 'test/**' + - '.github/workflows/ci.yml' jobs: test: -- cgit