Explorar o código

Only build windows ci on tags

Arkadiusz Ryś %!s(int64=2) %!d(string=hai) anos
pai
achega
36efa87bf3
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 1 0
      .gitignore
  2. 2 2
      .gitlab-ci.yml

+ 1 - 0
.gitignore

@@ -5,3 +5,4 @@ dist/
 *.egg-info
 
 *.log
+.idea

+ 2 - 2
.gitlab-ci.yml

@@ -62,8 +62,8 @@ build-windows-exe:
     - cp -r data/* dist/data/
     - zip -r graph-exploring-tool.zip dist
     - ls -la dist
-#  only:
-#    - tags
+  only:
+    - tags
   artifacts:
     name: "graph-exploring-tool-%CI_TAG.zip" # % because of windoze https://docs.gitlab.com/ee/ci/jobs/job_artifacts.html#with-a-windows-runner-or-shell-executor
     paths: