Skip to content

Commit 3ee647d

Browse files
authored
Trigger workflow only on source file changes
2 parents 87cebc0 + df0e5da commit 3ee647d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '**.java'
9+
- '.github/workflows/build-release.yml'
710
workflow_dispatch:
811
inputs:
912
version:

0 commit comments

Comments
 (0)