Skip to content

Commit

Permalink
Generate binaries only golang files modification
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Oct 2, 2024
1 parent ab56051 commit 1b4b560
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate_binaries_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
pull_request:
branches:
- master
paths:
- '**.go'
- '**.sum'
- '**.mod'
- 'GNUmakefile'
workflow_dispatch:

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b4b560

Please sign in to comment.