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 <christoph@winzerhof-wurst.at>2021-06-30 15:41:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-07-01 14:57:51 +0300
commit10030f14f1148c15a7731fbf9afe571a0952bb08 (patch)
treee43463f6c00e0d9809b1ea95ffbede7956a1e432 /.github
parentf959550eca4269f8ac7dab8b513df5c94a29c782 (diff)
Fix infinite scoll loading, take II
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/package.yml9
2 files changed, 8 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 2252258bb..f173e9fa7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -58,7 +58,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2.2.0
with:
- node-version: 12.x
+ node-version: 14.x
- name: npm install
run: npm ci
- name: eslint
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index 8b0039911..a89d11098 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -1,6 +1,11 @@
name: Packaging
-on: [push, pull_request]
+on:
+ pull_request:
+ push:
+ branches:
+ - master
+ - stable*
jobs:
release-tarball:
@@ -12,7 +17,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2.2.0
with:
- node-version: 12.x
+ node-version: 14.x
- name: Set up php$
uses: shivammathur/setup-php@master
with: