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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-05-16 19:43:12 +0300
committersualko <klaus@jsxc.org>2021-05-16 19:43:12 +0300
commit8698fb9a7398dfce21396df2916a796e32b5a543 (patch)
tree93c2ad33f531950aaf2a72dc9f85483a662ca19e
parentd02c217bc77332f8e1e12dfb574f7f054c4ea0d8 (diff)
ci: fix branch name
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/php-test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index dc22b8f..5fd81ad 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- - main
+ - master
jobs:
xml-linters:
diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml
index 0cb6065..7d1798f 100644
--- a/.github/workflows/php-test.yml
+++ b/.github/workflows/php-test.yml
@@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- - main
+ - master
jobs:
unit-tests: