Skip to content

Commit

Permalink
Update pre_commit.yaml to remove push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa authored Jul 26, 2024
1 parent a17445d commit eee25b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
pull_request:
types: [labeled, opened, reopened, synchronize]
push:
branches: ["develop*"]

jobs:
run-precommit:
Expand Down Expand Up @@ -31,4 +29,4 @@ jobs:
pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }}
else
echo "No files have changed, skipping pre-commit."
fi
fi

0 comments on commit eee25b2

Please sign in to comment.