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 3 years ago
committed by GitHub
parent
commit
67a82fcf65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci.yaml

4
.github/workflows/ci.yaml

@ -3,11 +3,15 @@ on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
branches:
- master
push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
branches:
- master
tags-ignore:

Loading…
Cancel
Save