Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 0f9fcda

Browse files
authored
latest also updates, when a new release is created
1 parent 24036e5 commit 0f9fcda

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/latestRelease.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Latest Release
22

3-
on:
3+
on:
4+
workflow_dispatch:
45
push:
5-
branches:
6-
- 'master'
7-
paths:
6+
branches: [ master ]
7+
paths:
88
- 'src/**'
99
- 'pom.xml'
10+
create:
11+
tag: [ v*.*.* ]
1012

1113
jobs:
1214
Build_Docker_Image_on_Push:

0 commit comments

Comments
 (0)