Allow manual triggering of CI jobs

This commit is contained in:
Joel Collins 2019-05-06 17:30:57 +01:00
parent 45852698d0
commit a2f955f33f

View file

@ -19,6 +19,7 @@ build:
- release-builds/choco/tools/chocolateyInstall.ps1
only:
- tags
- web
deploy:
stage: deploy
@ -36,3 +37,4 @@ deploy:
- release-builds/choco/*.nupkg
only:
- tags
- web