Skip to content

Commit

Permalink
Removed "on push" from the linter GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 1, 2024
1 parent 225da08 commit 42d986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linter

on: [push, pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]

jobs:
pre-commit:
Expand Down

0 comments on commit 42d986a

Please sign in to comment.