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: push:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- '**.png'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- '**.png'
jobs: jobs:
job_1: job_1:
name: Build goc binary name: Build goc binary

View File

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

View File

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