ci: ignore docs path for running workflow

This commit is contained in:
rzmk 2025-10-30 09:29:00 -04:00
parent e5d9324c7a
commit 6c173fb779

View file

@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
ckanonlyinstall: