Skip to content

Commit

Permalink
refactor: removed on push from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhiiva committed Dec 7, 2021
1 parent 6e17fd6 commit 3fc6e5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pre-commit
name: lint

on:
pull_request_target:
Expand All @@ -7,8 +7,6 @@ on:
- edited
- synchronize
- reopened
push:
branches: [main]

jobs:
semantics:
Expand Down

0 comments on commit 3fc6e5f

Please sign in to comment.