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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-06-24 17:48:40 +0300
committerHannah von Reth <vonreth@kde.org>2020-06-24 18:01:20 +0300
commitf426ac7441aa309beec521861726fbc01327c281 (patch)
treec6d1d8ef53a2b7aacc27f7d8a0feedc0aab848b4 /.github
parent1aa18a761a510ca07f64249a27fe6923c030ab8f (diff)
Ci: Change when to run action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index dde3c1514..1d35ada9e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,15 @@
name: ownCloud CI
-on: [ pull_request ]
+on:
+ pull_request:
+ branches:
+ - "master"
+ - "2.7"
+
+ push:
+ branches:
+ - "master"
+ - "2.7"
defaults:
run: