From 4492f1e7a1535ac34b985e411baa267590af46fb Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Sun, 21 Apr 2024 11:05:40 -0700 Subject: [PATCH] add ignores --- .github/workflows/tag-release.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: