summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-08-20 16:40:33 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-08-20 16:53:00 +0100
commit593564fdd10da2bf4e76587a0482af72a9f1461b (patch)
tree42eeb657aa626adb5a6485f1e03414905ee5816e /.github
parent43c4bfdcd1e925e5ec06e59b86a884279947671d (diff)
downloadunit-593564fdd10da2bf4e76587a0482af72a9f1461b.tar.gz
unit-593564fdd10da2bf4e76587a0482af72a9f1461b.tar.bz2
ci/unitctl: Update paths
unitctl makes use of 'docs/unit-openapi.yaml' so be sure to run these checks if that file changes. Fixes: 6d0880c99 ("Add unitctl build and release CI") Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unitctl.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/unitctl.yml b/.github/workflows/unitctl.yml
index e1023e21..e8e5adf8 100644
--- a/.github/workflows/unitctl.yml
+++ b/.github/workflows/unitctl.yml
@@ -5,6 +5,7 @@ on:
pull_request:
paths:
- tools/unitctl/**
+ - docs/unit-openapi.yaml
push:
branches:
- master