Skip to content

Commit

Permalink
ci: [no ci] update CI names
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Nov 23, 2024
1 parent 7c9672a commit cf0f099
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build

on: push

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle

name: Publish to Maven
name: Publish Mod

on:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-fabric.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test Fabric

on: push

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neoforge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test NeoForge

on: push

jobs:
Expand Down

0 comments on commit cf0f099

Please sign in to comment.