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: push:
branches: branches:
- main - main
paths-ignore:
- '**/README.md'
pull_request: pull_request:
types: types:
- opened - opened
paths-ignore:
- '**/README.md'
jobs: jobs:
renovate: renovate: