mirror of https://github.com/panjf2000/ants.git
chore: ignore some cases for GitHub actions of testing
This commit is contained in:
parent
daef17d647
commit
2c599b83a1
|
@ -7,12 +7,22 @@ on:
|
||||||
- dev
|
- dev
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- '.github/FUNDING.yml'
|
||||||
|
- '.github/release-drafter.yml'
|
||||||
|
- '.github/ISSUE_TEMPLATE/*'
|
||||||
|
- '.github/workflows/release-drafter.yaml'
|
||||||
|
- 'examples/*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- '.github/FUNDING.yml'
|
||||||
|
- '.github/release-drafter.yml'
|
||||||
|
- '.github/ISSUE_TEMPLATE/*'
|
||||||
|
- '.github/workflows/release-drafter.yaml'
|
||||||
|
- 'examples/*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
|
Loading…
Reference in New Issue