mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 01:41:02 +00:00
chore: ignore some cases for GitHub actions of testing
This commit is contained in:
parent
daef17d647
commit
2c599b83a1
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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…
x
Reference in New Issue
Block a user