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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-28 20:31:23 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-08-12 15:26:32 +0300
commit611fd7a357629f7902f76a43cba29fbb6b229477 (patch)
tree438fe837d7636ff77e65762ed0cc6235a983bc12
parent0e67ccc8bb3994f6ccfea62cdaec8ccecc570f28 (diff)
vm-tests.yml: Enable curl installer tests on all branches
-rw-r--r--.github/workflows/vm-tests.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/vm-tests.yml b/.github/workflows/vm-tests.yml
index 137315e9..c8854612 100644
--- a/.github/workflows/vm-tests.yml
+++ b/.github/workflows/vm-tests.yml
@@ -15,8 +15,7 @@ on:
type: string
push:
branches:
- - master
- - devel
+ - '**'
jobs:
setup-installation-test-instance: