Skip to content

Commit 2491a10

Browse files
Merge pull request #16 from thriving-dev/fix/cicd-run-javadoc-on-push-to-main
fix: main cicd pipeline - run javadoc also on push (main)
2 parents 219be43 + 2d1e010 commit 2491a10

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)