Skip to content

Commit

Permalink
Fix indentation and add events to pull request trigger (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed May 19, 2023
1 parent 14611ef commit d7a35c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ on: # yamllint disable-line rule:truthy
- 'v*'
paths:
- '**.go'
pull_request:
pull_request:
types:
- opened
- synchronize
- reopened

workflow_call: {}
workflow_dispatch: {}

Expand Down

0 comments on commit d7a35c3

Please sign in to comment.