Skip to content

Commit

Permalink
push only
Browse files Browse the repository at this point in the history
  • Loading branch information
amchiclet committed Jul 1, 2024
1 parent ef146c8 commit 93ae15a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
name: pre-commit-hook-test
on:
pull_request: null
push: null
push:
branches:
- develop
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_stages: [manual]

repos:
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.76.0'
rev: 'v1.77.0'
hooks:
- id: semgrep
name: Pre-commit semgrep
Expand Down

0 comments on commit 93ae15a

Please sign in to comment.