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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-12-21 15:40:20 +0300
committerGitHub <noreply@github.com>2021-12-21 15:40:20 +0300
commit28896145e08194ba5e211b338af42776af3f6088 (patch)
treeef2885c90ead90f9c4f88a7e69756b3ee6945b86 /.github
parente8c4120f691591949baf664fc50f7947b55f9582 (diff)
parentac566a1e3d6161341a81b799e3d2dc618cb6fdd2 (diff)
Merge pull request #5889 from nextcloud/branch/master-to-main
Rename master to main
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve-merge.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--.github/workflows/test.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 6c5d73739..53ccf2ca9 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -8,7 +8,7 @@ name: Dependabot
on:
pull_request_target:
branches:
- - master
+ - main
- stable*
jobs:
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index ab3ce587f..c8c2862c4 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- - master
+ - main
- stable*
jobs:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b00a81c16..55e1d1b4c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- - master
+ - main
- stable*
jobs: