Skip to content

Commit

Permalink
Improved release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
raamcosta committed Jan 22, 2023
1 parent 676ab21 commit 3d26bd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: release
run-name: Publishing new version to maven central.
on:
push:
branches: [ main, compose-1.1, compose-1.2, compose-1.3 ]
tags:
- '*.*.*'

Expand All @@ -15,7 +14,6 @@ env:

jobs:
release:
if: github.ref_name != 'main' && github.ref_name != 'compose-1.1' && github.ref_name != 'compose-1.2' && github.ref_name != 'compose-1.3'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 3d26bd8

Please sign in to comment.