Skip to content

Commit

Permalink
chore: lint on push to branches except master
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 29, 2024
1 parent 4032549 commit 5d3f8cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Lint Files

on:
push:
branches:
- '*'
branches-ignore:
- 'master'

jobs:
lint-client:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
run: |
cd server
npm install
npm run lint
npm run lint

0 comments on commit 5d3f8cb

Please sign in to comment.