ci: ignore docs path for running workflow
Some checks are pending
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Waiting to run

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: