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

Commit 8013e96

Browse files
authored
trigger latest release only on conditions
1 parent 38aff8d commit 8013e96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/latestRelease.yml

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

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

511
jobs:
612
Build_Docker_Image_on_Push:

0 commit comments

Comments
 (0)