Update action.yml

This commit is contained in:
guo 2021-12-07 10:48:53 +08:00 committed by GitHub
parent 88e3e08e3d
commit a8fad55204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@ on:
- cron: '0 16 1 * *' - cron: '0 16 1 * *'
push: push:
branches: branches:
- master - v4.0.x
paths-ignore: paths-ignore:
- documentation/** - documentation/**
- '**/README.md' - '**/README.md'
- '**/README_zh.md' - '**/README_zh.md'
pull_request: pull_request:
branches: branches:
- master - v4.0.x
paths-ignore: paths-ignore:
- documentation/** - documentation/**
- '**/README.md' - '**/README.md'