Commit a2f955f3 authored by Joel Collins's avatar Joel Collins
Browse files

Allow manual triggering of CI jobs

parent 45852698
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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