Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Lalis 0aa1a78bbc 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
2025-10-24 13:05:48 -04:00
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]