Skip to content

Commit 6eef38a

Browse files
authored
Trigger workflow only on source file changes
2 parents 960e963 + 5c6b0c6 commit 6eef38a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '**.java'
9+
- '.github/workflows/release.yml'
710
pull_request:
11+
paths:
12+
- '**.java'
13+
- '.github/workflows/release.yml'
814
workflow_dispatch:
915
inputs:
1016
version:

0 commit comments

Comments
 (0)