Skip to content

Commit 3204b3a

Browse files
author
Rodriguez Isaziga, Sebastian (ext) (DI IT DEMA ALM 1)
committed
Update Pipeline to run semantic release only when on main branch
1 parent 163c678 commit 3204b3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-ee.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
# github_token: ${{ secrets.GITHUB_TOKEN }}
111111
release:
112112
needs: build-and-push
113+
if: github.ref == 'refs/heads/main'
113114
runs-on: ubuntu-latest
114115
concurrency:
115116
group: ${{ github.workflow }}-release-${{ github.ref_name }}

0 commit comments

Comments
 (0)