Do not run lint & tests on unrelated file changes
These paths shouldn't trigger lint or test runs. Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
24
.github/workflows/test-universe.yml
vendored
24
.github/workflows/test-universe.yml
vendored
@@ -3,8 +3,32 @@ name: "Test Universe"
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
ignore-paths:
|
||||
- 'docs/**'
|
||||
- 'infra/**'
|
||||
- 'website/**'
|
||||
- '.gitignore'
|
||||
- '.golangci.yml'
|
||||
- '.goreleaser.yml'
|
||||
- 'Dockerfile'
|
||||
- 'README.md'
|
||||
- 'install.ps1'
|
||||
- 'semver'
|
||||
- 'tracing.compose.yaml'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
ignore-paths:
|
||||
- 'docs/**'
|
||||
- 'infra/**'
|
||||
- 'website/**'
|
||||
- '.gitignore'
|
||||
- '.golangci.yml'
|
||||
- '.goreleaser.yml'
|
||||
- 'Dockerfile'
|
||||
- 'README.md'
|
||||
- 'install.ps1'
|
||||
- 'semver'
|
||||
- 'tracing.compose.yaml'
|
||||
|
||||
jobs:
|
||||
universe:
|
||||
|
Reference in New Issue
Block a user