CI job Add path filter

This commit is contained in:
Shao Yu-Lung (Allen) 2021-08-19 17:19:33 +08:00
parent e72d849007
commit a2440e9f48

View File

@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/build-deploy-docs.yml'
- 'DOCUMENTATION/**'
jobs:
build-deploy-docs: