chore: ignore some cases for GitHub actions of testing

This commit is contained in:
Andy Pan 2023-06-29 15:16:32 +08:00
parent daef17d647
commit 2c599b83a1
1 changed files with 10 additions and 0 deletions

View File

@ -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