Skip to content

Commit

Permalink
Optimize GitHub Actions configuration by reducing paths-ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov committed Aug 29, 2024
1 parent ba04344 commit df9d7c9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ on:
branches:
- main
paths-ignore:
- "README.md"
- "**/*.md"
- ".github/**"
- ".golangci.yml"
- ".goreleaser.yml"
- "docs/**"
- "examples/**"
- "templates/**"
- "Makefile"

push:
branches:
- main
Expand Down

0 comments on commit df9d7c9

Please sign in to comment.