Skip to content

Commit

Permalink
fix/ghactions-pre-commit-no-run-after-merge (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreouellet authored Jun 19, 2024
1 parent e53f801 commit 3b8840b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: pre-commit

on:
pull_request:
push:
branches: [main]

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["find_and_replace_strings"]

[project]
name = "find-and-replace-strings"
version = "1.0.0"
version = "1.0.1"
description = "Python package and pre-commit-hook for finding and replacing string(s) in file(s)."
readme = "README.md"
license = { text = "GPLv3" }
Expand Down

0 comments on commit 3b8840b

Please sign in to comment.