Skip to content

Commit 1f65cfc

Browse files
committed
ci: refine GitHub Actions paths and triggers, rename job to docker-compose-validation
1 parent 0f15e32 commit 1f65cfc

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,25 @@ on:
88
branches:
99
- main
1010
paths:
11-
- 'cleanup.sh'
11+
- '.github/workflows/test.yml'
1212
- 'Dockerfile'
1313
- 'docker-compose.yml'
1414
- '.dockerignore'
15+
- 'scripts/**'
16+
push:
17+
branches:
18+
- main
19+
- feat/**
20+
- renovate/**
21+
paths:
1522
- '.github/workflows/test.yml'
23+
- 'Dockerfile'
24+
- 'docker-compose.yml'
25+
- '.dockerignore'
26+
- 'scripts/**'
1627

1728
jobs:
18-
build:
29+
docker-compose-validation:
1930
runs-on: ubuntu-latest
2031
steps:
2132
- name: Checkout code

0 commit comments

Comments
 (0)