diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 00e13c0..b1d427f 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -4,6 +4,10 @@ on: push: branches: - master # Adjust to match the name of your main branch + paths_ignore: + - .github/** + - README.md + - LICENSE jobs: tag: