Skip to content

Commit

Permalink
chore: update lint workflow to be only on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseschannon committed Aug 9, 2024
1 parent 3b8fbd9 commit 85f333a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: golangci-lint

on:
push:
tags:
- v*
pull_request:
branches:
- main
paths:
- "**/*.go"
pull_request:

permissions:
contents: read
Expand Down

0 comments on commit 85f333a

Please sign in to comment.