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:
-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: