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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi durand <remi-j.durand@thalesgroup.com>2021-06-26 14:55:21 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2021-06-26 14:55:21 +0300
commit7d6fbab5efa438a1919dd91ab250c72cee9877ed (patch)
tree7ebe3ce50d907ddc4359f01c7b901371b2ca19a0 /.github
parent8e0bc241b4862af65e5df22570b1caf11cc33d2f (diff)
Don't auto-build pull request, as it can create too much clutter to delete.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp_mac.yml3
-rw-r--r--.github/workflows/ccpp_ubuntu.yml3
-rw-r--r--.github/workflows/ccpp_win.yml3
3 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/ccpp_mac.yml b/.github/workflows/ccpp_mac.yml
index b8397765b..fecb8b41e 100644
--- a/.github/workflows/ccpp_mac.yml
+++ b/.github/workflows/ccpp_mac.yml
@@ -4,9 +4,6 @@ on:
push:
branches:
- Nigthly
- pull_request:
- branches:
- - '*'
jobs:
build:
diff --git a/.github/workflows/ccpp_ubuntu.yml b/.github/workflows/ccpp_ubuntu.yml
index 2e09f77bb..643013bd0 100644
--- a/.github/workflows/ccpp_ubuntu.yml
+++ b/.github/workflows/ccpp_ubuntu.yml
@@ -4,9 +4,6 @@ on:
push:
branches:
- Nigthly
- pull_request:
- branches:
- - '*'
jobs:
build:
diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml
index 2b7e81d2f..c35312e82 100644
--- a/.github/workflows/ccpp_win.yml
+++ b/.github/workflows/ccpp_win.yml
@@ -4,9 +4,6 @@ on:
push:
branches:
- Nigthly
- pull_request:
- branches:
- - '*'
jobs:
build_dep: