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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml8
-rw-r--r--.github/workflows/nodejs.yml8
-rw-r--r--.github/workflows/phpunit.yml5
3 files changed, 16 insertions, 5 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b290e4a7..b0188579 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,6 +1,10 @@
name: Lint
-on: [push]
-
+on:
+ pull_request:
+ push:
+ branches:
+ - master
+ - stable*
jobs:
php-linters:
runs-on: ubuntu-latest
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 3e930789..425f7a7c 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -1,7 +1,11 @@
name: Node CI
-on: [push]
-
+on:
+ pull_request:
+ push:
+ branches:
+ - master
+ - stable*
jobs:
build:
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index d350cf05..d7215ebc 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -3,6 +3,9 @@ name: PHPUnit
on:
pull_request:
push:
+ branches:
+ - master
+ - stable*
env:
APP_NAME: richdocuments
@@ -214,7 +217,7 @@ jobs:
services:
oracle:
- image: deepdiver/docker-oracle-xe-11g # "wnameless/oracle-xe-11g-r2"
+ image: deepdiver/docker-oracle-xe-11g
ports:
- "1521:1521"