Skip to content

Commit

Permalink
Maven workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
MRollin03 committed Sep 24, 2024
1 parent c0712a4 commit ba28918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 68 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Build and Release Minecraft Plugin
name: Build and Release Minecraft Plugin - Maven

on:
push:
tags:
- 'v*.*.*' # Trigger on version tags like v1.0.0, v2.1.3, etc.
- "v*" # Trigger the workflow on new version tags
push_request:
branches: [$default-branch]
workflow_dispatch: # Allows manual triggering

jobs:
build:
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/maven-publish.yml

This file was deleted.

0 comments on commit ba28918

Please sign in to comment.