Skip to content

Commit

Permalink
Merge pull request #21 from PabloSanchi/dev/pablosanchi/release-workflow
Browse files Browse the repository at this point in the history
chore: release worflow execute policy
  • Loading branch information
PabloSanchi authored Dec 24, 2024
2 parents 6c72aa0 + 01c73f0 commit f5c13b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ name: Maven Release

on:
workflow_dispatch:
push:
branches:
- main
tags-ignore:
- '*'

jobs:
release:
if: "!contains(github.event.head_commit.message, '[maven-release-plugin]')"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f5c13b0

Please sign in to comment.