Skip to content

Commit

Permalink
Don't trigger CI on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 12, 2024
1 parent ae961bd commit 0b019db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Java CI with Gradle

on:
push:
tags-ignore:
- "**"
paths:
- "**.java"
- "**.json"
Expand Down

0 comments on commit 0b019db

Please sign in to comment.