Skip to content

Commit

Permalink
Only build on code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jan 30, 2025
1 parent 719b814 commit fddadae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
push:
branches:
- main
paths:
- 'go.mod'
- 'go.sum'
- 'Makefile'
- 'cmd/**'
- 'pkg/**'
- 'internal/**'
- '.github/workflows/build.yml'

jobs:
build:
Expand Down

0 comments on commit fddadae

Please sign in to comment.