ci: Ignore some files (#519)

This commit is contained in:
Yingwen
2022-11-15 18:22:22 +08:00
committed by GitHub
parent 7ba512980a
commit e073fea443
2 changed files with 21 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/**'
- 'config/**'
- '**.md'
- '.dockerignore'
- 'docker/**'
push:
branches:
- develop
@@ -8,11 +14,10 @@ on:
paths-ignore:
- 'docs/**'
- 'config/**'
- '.github/**'
- '**.md'
- '**.yml'
- '.dockerignore'
- 'docker/**'
- '.gitignore'
workflow_dispatch:
name: CI