Skip to content

Commit

Permalink
fix: Lint should not be run on push
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 29, 2024
1 parent 8116aaa commit 5cc054b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
npm run install-build-deps
- name: Lint
if: ${{ steps.release.outputs.release_created }}
run: |
npm run lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:

on:
pull_request:
push:

jobs:
build:
Expand Down

0 comments on commit 5cc054b

Please sign in to comment.