Skip to content

Commit 2d1e010

Browse files
fix: main cicd pipeline - run javadoc also on push (main)
1 parent 219be43 commit 2d1e010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/1.pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
if: |
8181
(
8282
github.ref == 'refs/heads/main'
83-
&& inputs.type == '...no release'
83+
&& ( inputs.type == '' || inputs.type == '...no release' )
8484
) || github.ref_type == 'tag'

0 commit comments

Comments
 (0)