Skip to content

Commit abad289

Browse files
authored
Add cmd/** to paths (#1235)
1 parent 12ce1c2 commit abad289

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- Dockerfile
88
- go.*
99
- api/**
10+
- cmd/**
1011
- internal/**
1112
- e2e_test/**
1213
- '!**/*_test.go'
@@ -20,6 +21,7 @@ on:
2021
- .github/workflows/docker.yaml
2122
- Dockerfile
2223
- go.*
24+
- cmd/**
2325
- api/**
2426
- internal/**
2527
- e2e_test/**

0 commit comments

Comments
 (0)