File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: Build & Push coding-service
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches :
6+ - main
7+ tags :
8+ - ' v*.*.*'
69 paths :
7- - " coding-service/**"
8- - " docker/java-service-coding.Dockerfile"
9- - " .github/workflows/coding-service-publish.yml"
10- tags :
11- - " v*.*.*"
10+ - ' coding-service/**'
11+ - ' docker/java-service-coding.Dockerfile'
12+ - ' .github/workflows/coding-service-publish.yml'
1213 workflow_dispatch :
1314
1415permissions :
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: Build & Push file-service
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches :
6+ - main
7+ tags :
8+ - ' v*.*.*'
69 paths :
7- - " FileService/**"
8- - " docker/file-service.Dockerfile"
9- - " .github/workflows/file-service-publish.yml"
10- tags :
11- - " v*.*.*"
10+ - ' FileService/**'
11+ - ' docker/file-service.Dockerfile'
12+ - ' .github/workflows/file-service-publish.yml'
1213 workflow_dispatch :
1314
1415permissions :
You can’t perform that action at this time.
0 commit comments