Skip to content

Commit

Permalink
.github: update safer-golangci-lint.yml
Browse files Browse the repository at this point in the history
Add branches to push and pull.
  • Loading branch information
fxamacker authored Feb 27, 2025
1 parent b3e2eed commit 2d0f6e8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/safer-golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ permissions: {}

on:
workflow_dispatch:
pull_request:
push:
branches: [main, master]
branches:
- main
- 'feature/**'
- 'release-**'
pull_request:
branches:
- main
- 'feature/**'
- 'release-**'

env:
GO_VERSION: '1.23'
Expand Down

0 comments on commit 2d0f6e8

Please sign in to comment.