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

Commit 83e4cff

Browse files
authored
Update latestRelease.yml
1 parent adbe33f commit 83e4cff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/latestRelease.yml

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

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
- 'src/**'
9+
- 'pom.xml'
510

611
jobs:
712
Build_Docker_Image_on_Push:

0 commit comments

Comments
 (0)