Skip to content

Commit

Permalink
fix eslint hook not running on main push
Browse files Browse the repository at this point in the history
  • Loading branch information
hyper-neutrino committed Jul 16, 2024
1 parent 1fbb08f commit 700b9af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ESLint
on:
pull_request:
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 700b9af

Please sign in to comment.