Update WF for ignoring Readme from triggering WF

This commit is contained in:
2026-02-07 21:58:59 +05:30
parent 441f366f12
commit 5524384f08

View File

@@ -9,9 +9,13 @@ on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
pull_request:
types:
- opened
paths-ignore:
- '**/README.md'
jobs:
renovate: