Skip to content

Commit

Permalink
ci: only run extensive tests on go code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Jan 6, 2025
1 parent 622386c commit f31572c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test-extensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'renovate.json5'
paths:
- go.mod
- go.sum
- '**.go'
merge_group:
type:
- checks_requested

pull_request:
paths-ignore:
- 'README.md'
- 'renovate.json5'
paths:
- go.mod
- go.sum
- '**.go'
types:
- opened
- synchronize
Expand Down

0 comments on commit f31572c

Please sign in to comment.