Add workflow trigger for dub changes.
This commit is contained in:
parent
f0fd4984f9
commit
0aa1a78bbc
|
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'source/**'
|
||||
- 'dub.json'
|
||||
- 'dub.selections.json'
|
||||
- '.gitea/workflows/ci.yaml'
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
|
|
|
|||
Loading…
Reference in New Issue