Skip to content

Commit 81ffef2

Browse files
committed
GitHub Actions: Run with version tags and enabled manual run workflok
1 parent bf93194 commit 81ffef2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docker-deploy.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ name: Publish Docker image
1010

1111
on:
1212
push:
13-
branches: [ v5 ]
13+
#branches: [ v5 ]
1414
tags:
1515
- '[0-9]+.[0-9]+.[0-9]+'
16-
paths:
17-
- 'src/*'
18-
- '!src/main/resources/*'
16+
- 'v[0-9]+.[0-9]+.[0-9]+'
17+
#paths:
18+
# - 'src/*'
19+
# - '!src/main/resources/*'
20+
workflow_dispatch:
1921

2022
jobs:
2123
build-and-push:

0 commit comments

Comments
 (0)