Skip to content

Commit

Permalink
🐛 Fixes trigger for linter (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
batistein committed Jul 8, 2024
1 parent 005bad9 commit 008fcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Lint Pull Request"
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
paths:
- "**.go"
Expand Down

0 comments on commit 008fcb2

Please sign in to comment.