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:
authorAshraf Teleb <ashraf.teleb85@gmail.com>2021-09-29 16:15:03 +0300
committerAshraf Teleb <ashraf.teleb85@gmail.com>2021-09-29 16:15:03 +0300
commitfc084b41c6268ba59cd48ea6e2b6a22a40f3c6d3 (patch)
treed7509cccee82e9345ad6915c25acb58b70a8d58b /.github
parent5cfa57603cebe3b3c13dc56803cecf4a86367a5f (diff)
Changed Actions to trigger on tag only
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/electron-builder-win.yml2
-rw-r--r--.github/workflows/electron-builder.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/electron-builder-win.yml b/.github/workflows/electron-builder-win.yml
index 30e7647..a1116e3 100644
--- a/.github/workflows/electron-builder-win.yml
+++ b/.github/workflows/electron-builder-win.yml
@@ -2,8 +2,6 @@ name: Electron Builder CI (WIN)
on:
push:
- branches:
- - release
tags:
- 'v*'
diff --git a/.github/workflows/electron-builder.yml b/.github/workflows/electron-builder.yml
index ab10609..650d0c5 100644
--- a/.github/workflows/electron-builder.yml
+++ b/.github/workflows/electron-builder.yml
@@ -2,8 +2,6 @@ name: Electron Builder CI
on:
push:
- branches:
- - release
tags:
- 'v*'