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

Commit 21978b6

Browse files
authored
feature workflow only triggers on main src change.
1 parent ef759f4 commit 21978b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/featureRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- 'feature/**'
88
paths:
9-
- 'src/**'
9+
- 'src/main/**'
1010
- 'pom.xml'
1111

1212
jobs:

0 commit comments

Comments
 (0)