Skip to content

Commit

Permalink
Fix run conditions for gradle workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 12, 2024
1 parent 0b019db commit 4990c7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependency_graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Update Gradle Dependency Graph

on:
push:
branches:
- "**"
tags-ignore:
- "**"
paths:
- "gradle**"
- "*.gradle"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@ name: Java CI with Gradle

on:
push:
branches:
- "**"
tags-ignore:
- "**"
paths:
- "**.java"
- "**.json"
- "**.yml"
- "gradle**"
- "*.gradle"
pull_request:
paths:
- "**.java"
- "**.json"
- "**.yml"
- "gradle**"
- "*.gradle"
workflow_dispatch:
Expand Down

0 comments on commit 4990c7a

Please sign in to comment.