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 23, 2023
1 parent 455c86e commit 8a51eaa
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.20.1-fabric'
tags-ignore:
- '**'
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'
pull_request:
branches:
- '1.20.1-fabric'
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'

env:
JAVA_DIST: 'zulu'
Expand Down

0 comments on commit 8a51eaa

Please sign in to comment.