Browse Source
Merge pull request #355 from matrix-org/daenney/fix-ci
CI: Ensure we run on go.mod|sum changes
pull/368/head
Daniele Sluijters
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.github/workflows/ci.yaml
|
@ -3,11 +3,15 @@ on: |
|
|
pull_request: |
|
|
pull_request: |
|
|
paths: |
|
|
paths: |
|
|
- '**.go' |
|
|
- '**.go' |
|
|
|
|
|
- 'go.mod' |
|
|
|
|
|
- 'go.sum' |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
push: |
|
|
push: |
|
|
paths: |
|
|
paths: |
|
|
- '**.go' |
|
|
- '**.go' |
|
|
|
|
|
- 'go.mod' |
|
|
|
|
|
- 'go.sum' |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
tags-ignore: |
|
|
tags-ignore: |
|
|