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