Skip to content

Commit 1e53868

Browse files
Update GitHub Action. (#103)
1 parent c97821b commit 1e53868

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ name: Java CI with Maven
1111
on:
1212
push:
1313
branches: ["master"]
14-
paths: ["src/**"]
14+
paths:
15+
- "src/**"
16+
- "pom.xml"
1517
pull_request:
1618
branches: ["master"]
17-
paths: ["src/**"]
19+
paths:
20+
- "src/**"
21+
- "pom.xml"
1822

1923
jobs:
2024
build:

0 commit comments

Comments
 (0)