Update GitHub Actions workflow to include specific paths

This commit is contained in:
naiba
2023-11-30 09:52:24 +08:00
parent 6fc8ec9446
commit c3d1eec6bf
2 changed files with 7 additions and 9 deletions

View File

@@ -4,14 +4,12 @@ on:
push:
branches:
- master
paths-ignore:
- ".github/workflows/codeql-analysis.yml"
- ".github/workflows/test-on-pr.yml"
- ".github/workflows/contributors.yml"
- ".github/workflows/sync.yml"
- ".github/workflows/release.yml"
- "README.md"
- ".goreleaser.yml"
paths:
- "**.go"
- "go.mod"
- "go.sum"
- "resource/**"
- ".github/workflows/test.yml"
jobs:
tests: