From b60bd0ce0f6a9099c58c6716f9b420b03b5cb9c2 Mon Sep 17 00:00:00 2001 From: andreouellet Date: Wed, 19 Jun 2024 17:59:58 -0300 Subject: [PATCH] fix/ghactions-pre-commit-no-run-after-merge --- .github/workflows/pre-commit.yml | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index aa35841..f88d5d6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -3,8 +3,6 @@ name: pre-commit on: pull_request: - push: - branches: [main] permissions: read-all diff --git a/pyproject.toml b/pyproject.toml index 98f506f..d3fa59e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }