diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3074f9c..add2573 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,13 +19,24 @@ on:
     branches:
       - main
     tags:
-      - 'v*.*.*'
+      - v*.*.*
     paths-ignore:
-      - ".gitignore"
-      - ".editorconfig"
+      - README.md
+      - LICENSE
+      - .github/**
+      - .gitignore
+      - .editorconfig
+      - renovate.json
   pull_request:
     branches:
       - main
+    paths-ignore:
+      - README.md
+      - LICENSE
+      - .github/**
+      - .gitignore
+      - .editorconfig
+      - renovate.json
 
 jobs:
   check: