ci: skip ci for png file

This commit is contained in:
jichangjun 2021-01-17 18:03:47 +08:00
parent ef46bc33e2
commit 8facc956eb
3 changed files with 6 additions and 0 deletions

View File

@ -5,9 +5,11 @@ on:
push:
paths-ignore:
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.md'
- '**.png'
jobs:
job_1:
name: Build goc binary

View File

@ -5,9 +5,11 @@ on:
push:
paths-ignore:
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.md'
- '**.png'
jobs:
run:
name: vet and gofmt

View File

@ -5,9 +5,11 @@ on:
push:
paths-ignore:
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.md'
- '**.png'
jobs:
run:
name: go test