Skip to content

Commit

Permalink
ci: extend workflow paths for cmd, internal, and main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Dec 30, 2024
1 parent 13dfddf commit 8f55dc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,19 @@ on:
- '.github/workflows/meta.yml'
- '.github/workflows/build.yml'
- 'assets/**'
- 'cmd/**'
- 'internal/**'
- 'main.go'
pull_request:
branches:
- '**'
paths:
- '.github/workflows/meta.yml'
- '.github/workflows/build.yml'
- 'assets/**'
- 'cmd/**'
- 'internal/**'
- 'main.go'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8f55dc4

Please sign in to comment.