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>
This commit is contained in:
Andrew Clayton 2024-05-17 16:01:25 +01:00
parent ea5c41b805
commit 4fc50258b5

View file

@ -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: