Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@draw.io>2021-11-10 19:25:56 +0300
committerDavid Benson <david@draw.io>2021-11-10 19:25:56 +0300
commitc37388189280c881b9e46c6c8d35bfe38e65b7cf (patch)
tree9b5be87ec003be6188311f75c59763ca8927a37f
parent185c356f26ca310f5ba1309396dca34137e8f00c (diff)
Revert "Re-build 15.7.3"
This reverts commit 185c356f26ca310f5ba1309396dca34137e8f00c.
-rw-r--r--.github/workflows/electron-builder-win.yml2
-rw-r--r--.github/workflows/electron-builder.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/electron-builder-win.yml b/.github/workflows/electron-builder-win.yml
index 6e50652..a1116e3 100644
--- a/.github/workflows/electron-builder-win.yml
+++ b/.github/workflows/electron-builder-win.yml
@@ -2,6 +2,8 @@ name: Electron Builder CI (WIN)
on:
push:
+ tags:
+ - 'v*'
jobs:
build:
diff --git a/.github/workflows/electron-builder.yml b/.github/workflows/electron-builder.yml
index ecf628b..650d0c5 100644
--- a/.github/workflows/electron-builder.yml
+++ b/.github/workflows/electron-builder.yml
@@ -2,6 +2,8 @@ name: Electron Builder CI
on:
push:
+ tags:
+ - 'v*'
jobs:
build: