From 0aa1a78bbc4fd553535b217e592e9f2331535f45 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Fri, 24 Oct 2025 13:05:48 -0400 Subject: [PATCH] Add workflow trigger for dub changes. --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6c09013..f1e0d30 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,6 +3,8 @@ on: push: paths: - 'source/**' + - 'dub.json' + - 'dub.selections.json' - '.gitea/workflows/ci.yaml' pull_request: types: [opened, reopened, synchronize]