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
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

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