ci: only run documentation workflow if source files changes

This commit is contained in:
iCrawl
2023-01-12 10:18:53 +01:00
parent 41132b1049
commit 4accb00b98

View File

@@ -3,6 +3,8 @@ on:
push:
branches:
- 'main'
paths:
- 'packages/*/src/**'
tags:
- '**'
workflow_dispatch: