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

View File

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