Skip to content

Commit

Permalink
ci: Ignore .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Do not build update `pre-commit autoupdate`.
  • Loading branch information
YDX-2147483647 committed Apr 16, 2024
1 parent 080f928 commit eabff89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- '.vscode/**'
- '.pre-commit-config.yaml'

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down

0 comments on commit eabff89

Please sign in to comment.