summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-05-17 16:01:25 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-05-29 22:42:05 +0100
commit4fc50258b57f90fa9b40ca50c24af815625ed343 (patch)
tree5ffbac642220f1e843e5b98f43a6084621a10518
parentea5c41b8056997ed40138020272b5159271f1b87 (diff)
downloadunit-4fc50258b57f90fa9b40ca50c24af815625ed343.tar.gz
unit-4fc50258b57f90fa9b40ca50c24af815625ed343.tar.bz2
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 <a.clayton@nginx.com>
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 8 insertions, 2 deletions
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: