Skip to content

Commit

Permalink
only build on specific paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Aug 24, 2023
1 parent 4578b66 commit 895a96a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,21 @@ on:
- '1.19-fabric'
tags-ignore:
- '**'
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'
pull_request:
branches:
- '1.19-fabric'
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'

env:
JAVA_DIST: 'zulu'
Expand Down

0 comments on commit 895a96a

Please sign in to comment.