Skip to content

Commit

Permalink
[TEMP] Always run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed May 27, 2024
1 parent 299048d commit 3269895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: pre-commit
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main # We never expect this to fail, since it must have passed on the pull request, but this will let us create a cache on main that other PRs can use, speeding up the process

jobs:
pre-commit:
Expand Down

0 comments on commit 3269895

Please sign in to comment.