Skip to content

Commit

Permalink
Only rebuild latest when Go files change (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPetkov authored Jul 28, 2020
1 parent 9e2584a commit fd85f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-latest-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
branches:
# Push events on master branch
- master
paths:
- '**.go'

name: Create Latest Binaries Release

Expand Down

0 comments on commit fd85f02

Please sign in to comment.