Skip to content

Commit

Permalink
use path checks for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Mar 1, 2024
1 parent e3d15ed commit 5759637
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion workflow-templates/build-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,22 @@ on:
branches:
- $default-branch
tags-ignore:
- "**"
- '**'
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'
pull_request:
branches:
- $default-branch
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'

jobs:
redirect-workflow:
Expand Down

0 comments on commit 5759637

Please sign in to comment.