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]