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>2021-06-16 12:44:18 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-16 16:15:36 +0300
commitee27fc779077d7bfa5df57a601bab61b66902ab0 (patch)
tree438e477f5d74e1a84aad18d47cf0f70830883f6c /.github
parenta27addb699a1dd431ffaed70b4c7ebeb078823cf (diff)
Ci: Limit the branches that trigger github actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clang-format.yml2
-rw-r--r--.github/workflows/main.yml9
2 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml
index 661dbe76f..0a9c2f2d5 100644
--- a/.github/workflows/clang-format.yml
+++ b/.github/workflows/clang-format.yml
@@ -1,6 +1,6 @@
name: test-clang-format
-on: [push, pull_request]
+on: [pull_request]
jobs:
build:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f2b2907c7..a12aec62d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,13 @@
name: ownCloud CI
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - master
+ - v*
+ pull_request:
+ branches:
+ - '*'
defaults:
run: