Skip to content

Commit

Permalink
release on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 authored Feb 26, 2023
1 parent ad13696 commit bb88468
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
name: "Maven Release"

on:
push:
branches: [ master ]
paths-ignore:
- '**/README.md'
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '[ready for release]')"

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
Expand Down

0 comments on commit bb88468

Please sign in to comment.