Skip to content

Commit baffe50

Browse files
authored
Update Maven Workflow
1 parent 812bf83 commit baffe50

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: Java CI with Maven
33
on:
44
push:
55
branches: [ "main" ]
6+
paths-ignore:
7+
- 'src/main/resources/box2d-*/**'
8+
- '.github/workflows/Box2D_Build.yml'
69
pull_request:
710
branches: [ "main" ]
11+
paths-ignore:
12+
- 'src/main/resources/box2d-*/**'
13+
- '.github/workflows/Box2D_Build.yml'
814

915
jobs:
1016
Linux_x64:

0 commit comments

Comments
 (0)