We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2215702 commit adcc484Copy full SHA for adcc484
.github/workflows/DataMiner+CI+Automation.yml
@@ -24,6 +24,7 @@ jobs:
24
CD:
25
name: CD
26
uses: ArneMaes0/ReusableWorkflows/.github/workflows/Release With DMAPP Artifact.yml@main
27
+ if: github.ref_type == 'tag'
28
with:
29
referenceName: ${{ github.ref_name }}
30
referenceType: ${{ github.ref_type }}
0 commit comments