Skip to content

Commit 9ec1a4b

Browse files
committed
Update
1 parent bbe6ae9 commit 9ec1a4b

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.github/workflows/coding-service-publish.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Build & Push coding-service
22

33
on:
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

1415
permissions:

.github/workflows/file-service-publish.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Build & Push file-service
22

33
on:
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

1415
permissions:

0 commit comments

Comments
 (0)