Skip to content

Commit 35656f7

Browse files
committed
Release 0.0.2
Signed-off-by: Daniel Kampert <DanielKampert@kampis-elektroecke.de>
1 parent 9979251 commit 35656f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
commit_message: Push outputs from CI/CD (${{ env.DATE }})
117117

118118
release_changelog_update:
119-
if: github.ref_type == 'branch' && github.ref_name == 'main'
119+
if: github.ref_type == 'branch' && (github.ref_name == 'main' || github.ref_name == 'master')
120120
runs-on: ubuntu-latest
121121

122122
steps:

0 commit comments

Comments
 (0)