Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Mar 28, 2024
1 parent c5fabe2 commit a63fab3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: lint
on: [push]
on:
push: {}
pull_request:
branches:
- master
jobs:
golangci:
name: lint
Expand Down

0 comments on commit a63fab3

Please sign in to comment.