Skip to content

Commit

Permalink
Merge branch 'master' into 1.21.4-neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 17, 2024
2 parents d4c978e + ae0cae2 commit 75a5c35
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Java CI with Gradle
run-name: |
${{ github.event_name == 'pull_request'
&& format('Test changes in PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title)
|| format('Test changes in {0}: {1}', github.ref_name, github.event.head_commit.message) }}

on:
push:
branches:
- "**"
branches-ignore:
- "dependabot/**"
tags-ignore:
- "**"
paths:
Expand Down

0 comments on commit 75a5c35

Please sign in to comment.