Skip to content

Commit

Permalink
github/workflows/goreleaser-test: fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 6, 2020
1 parent d659cd4 commit 8a565dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- master
paths:
- .goreleaser.yml
- ci/.goreleaser.yml
pull_request:
paths:
- .goreleaser.yml
- ci/.goreleaser.yml
jobs:
test-goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a565dd

Please sign in to comment.