publish only on master & build tag prefix

This commit is contained in:
Ulf Gebhardt 2023-03-06 12:38:17 +01:00
parent 4bfba1983f
commit 63e519428c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -4,7 +4,6 @@ on:
push:
branches:
- master
- new-ocelot-workflows-publish-deploy
jobs:
##############################################################################
@ -260,9 +259,7 @@ jobs:
github_repo: ${{ github.repository }}
version: ${{ env.BUILD_VERSION }}
git_commit_sha: ${{ github.sha }}
#git_tag_prefix: "b"
# TODO
git_tag_prefix: "test"
git_tag_prefix: "b"
- name: Generate changelog
run: |
yarn install