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

Commit

Permalink
CI: Ensure we run on go.mod|sum changes
Browse files Browse the repository at this point in the history
I noticed that after the rebase for #351 CI didn't run, whereas it should (since we're upgrading packages). This happens because as part of #350 we forgot to include go.mod|sum files as triggers.
  • Loading branch information
daenney authored Jul 21, 2021
1 parent 8916c80 commit ef76a26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef76a26

Please sign in to comment.