mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Update workflow
This commit is contained in:
parent
7834a124c9
commit
fefd8a6cfe
2
.github/workflows/dendrite.yml
vendored
2
.github/workflows/dendrite.yml
vendored
|
|
@ -6,10 +6,12 @@ on:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**.go' # only execute on changes to go files
|
- '**.go' # only execute on changes to go files
|
||||||
|
- 'go.sum' # or dependency updates
|
||||||
- '.github/workflows/**' # or workflow changes
|
- '.github/workflows/**' # or workflow changes
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '**.go'
|
- '**.go'
|
||||||
|
- 'go.sum' # or dependency updates
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue