Skip to content

Commit

Permalink
chore: ignore some cases for GitHub actions of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Jun 29, 2023
1 parent daef17d commit 2c599b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c599b8

Please sign in to comment.