Commit 8c2a8cf5 authored by Joel Collins's avatar Joel Collins
Browse files

Only run CI for tagged releases

parent a4898d75
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ build:
      - release-builds/*.AppImage
      - release-builds/choco/openflexure-ev.nuspec
      - release-builds/choco/tools/chocolateyInstall.ps1
  only:
    - tags

deploy:
  stage: deploy
@@ -30,3 +32,5 @@ deploy:
  artifacts:
    paths:
      - release-builds/choco/*.nupkg
  only:
    - tags