Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 67a82fc

Browse files
authored
Merge pull request #355 from matrix-org/daenney/fix-ci
CI: Ensure we run on go.mod|sum changes
2 parents 8916c80 + ef76a26 commit 67a82fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ on:
33
pull_request:
44
paths:
55
- '**.go'
6+
- 'go.mod'
7+
- 'go.sum'
68
branches:
79
- master
810
push:
911
paths:
1012
- '**.go'
13+
- 'go.mod'
14+
- 'go.sum'
1115
branches:
1216
- master
1317
tags-ignore:

0 commit comments

Comments
 (0)