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:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-12-21 16:10:21 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-12-21 16:12:46 +0300
commit6272ac900f9d1188200ec3f8e304794674f6ad2a (patch)
tree39f639f543f440eb5ca4c1514528df178117464d /.github
parent08ade6a3e0f754d5bdf14d62c8ad2752f444da2c (diff)
Fix package workflow
Followup to https://github.com/nextcloud/mail/pull/5889 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index 6be814d85..f7b46f281 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- - master
+ - main
- stable*
jobs: