Skip to content

Commit

Permalink
lint: golangci: update to workflow_dispatch only
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Nov 19, 2023
1 parent ec2133c commit fbb58a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: lint
on: [push, pull_request]
on:
workflow_dispatch:
jobs:
lint:
strategy:
Expand Down

0 comments on commit fbb58a6

Please sign in to comment.