CI job Add path filter

This commit is contained in:
Shao Yu-Lung (Allen) 2021-08-19 17:20:18 +08:00
parent a2440e9f48
commit 910211ba2d
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
push:
branches: '**'
tags: '**'
paths-ignore:
- '.github/workflows/build-deploy-docs.yml'
- 'DOCUMENTATION/**'
pull_request:
schedule:
- cron: '0 0 * * 0'