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:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-04-18 22:02:34 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-04-18 22:02:34 +0300
commit53006ef0443f724c9b83e3556a80253442494d36 (patch)
treebf6114c6780b4da98197cc7f87c0d5e943b4ee41
parenta0207d1e214ce154b80bf23c4d47e7d4d924bc13 (diff)
vm-tests.yml: Restrict push trigger to master and devel branchesfeature/cicd-integration-tests
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--.github/workflows/vm-tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/vm-tests.yml b/.github/workflows/vm-tests.yml
index c2dcbe12..335c220f 100644
--- a/.github/workflows/vm-tests.yml
+++ b/.github/workflows/vm-tests.yml
@@ -9,7 +9,8 @@ on:
type: string
push:
branches:
- - feature/cicd-integration-tests
+ - master
+ - devel
tags:
- v*
pull_request: