Skip to content

Commit

Permalink
Limit files on builder workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Dec 8, 2020
1 parent e6175f5 commit a5b0997
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: Builder
on:
push:
branches: "*"
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
pull_request:
branches: "*"
paths:
- "**/*.go"
- "go.mod"
- "go.sum"

jobs:
build:
Expand Down

0 comments on commit a5b0997

Please sign in to comment.