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
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '.github/FUNDING.yml'
|
||||
- '.github/release-drafter.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- '.github/workflows/release-drafter.yaml'
|
||||
- 'examples/*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '.github/FUNDING.yml'
|
||||
- '.github/release-drafter.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- '.github/workflows/release-drafter.yaml'
|
||||
- 'examples/*'
|
||||
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
|
Loading…
Reference in New Issue