Skip to content

Commit

Permalink
add filter paths to go ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Aug 10, 2023
1 parent d8f444f commit 88ec599
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,24 @@ name: Go

on:
push:
paths:
- "api/**"
- "cmd/**"
- "internal/**"
- "handler/**"
- "util/**"
- "go.mod"
- "go.sum"
branches: [ "main" ]
pull_request:
paths:
- "api/**"
- "cmd/**"
- "internal/**"
- "handler/**"
- "util/**"
- "go.mod"
- "go.sum"
branches: [ "main" ]

jobs:
Expand Down

0 comments on commit 88ec599

Please sign in to comment.