Add workflow trigger for dub changes.
Build and Test Module / build-and-test (push) Successful in 13s Details
Build and Test Module / integration-tests (push) Successful in 20s Details

This commit is contained in:
Andrew Lalis 2025-10-24 13:05:48 -04:00
parent f0fd4984f9
commit 0aa1a78bbc
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ on:
push:
paths:
- 'source/**'
- 'dub.json'
- 'dub.selections.json'
- '.gitea/workflows/ci.yaml'
pull_request:
types: [opened, reopened, synchronize]