Skip to content

Commit e797afe

Browse files
committed
Run workflows if test code changes
1 parent ad0c842 commit e797afe

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- .github/workflows/debian.yml
77
- docker/debian/Dockerfile
8+
- test
89

910
env:
1011
CONTAINER_REGISTRY: ghcr.io

.github/workflows/rhel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- .github/workflows/rhel.yml
77
- docker/rhel/Dockerfile
8+
- test
89

910
env:
1011
CONTAINER_REGISTRY: ghcr.io

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- .github/workflows/ubuntu.yml
77
- docker/ubuntu/Dockerfile
8+
- test
89

910
env:
1011
CONTAINER_REGISTRY: ghcr.io

0 commit comments

Comments
 (0)