We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 219be43 + 2d1e010 commit 2491a10Copy full SHA for 2491a10
.github/workflows/1.pipeline.yml
@@ -80,5 +80,5 @@ jobs:
80
if: |
81
(
82
github.ref == 'refs/heads/main'
83
- && inputs.type == '...no release'
+ && ( inputs.type == '' || inputs.type == '...no release' )
84
) || github.ref_type == 'tag'
0 commit comments