Merge pull request #4896 from wallabag/fix/ga-2.x-branch

This commit is contained in:
Jérémy Benoist 2020-12-31 17:21:37 +01:00 committed by GitHub
commit 83193417a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 9 deletions

View File

@ -2,11 +2,10 @@ name: "Assets"
on: on:
pull_request: pull_request:
branches:
- master
push: push:
branches: branches:
- master - master
- 2.*
jobs: jobs:
js: js:

View File

@ -2,11 +2,10 @@ name: "CS"
on: on:
pull_request: pull_request:
branches:
- master
push: push:
branches: branches:
- master - master
- 2.*
jobs: jobs:
coding-standards: coding-standards:

View File

@ -2,11 +2,10 @@ name: "CI"
on: on:
pull_request: pull_request:
branches:
- "master"
push: push:
branches: branches:
- "master" - master
- 2.*
env: env:
PGPASSWORD: wallabagrocks PGPASSWORD: wallabagrocks

View File

@ -2,11 +2,10 @@ name: "Translations"
on: on:
pull_request: pull_request:
branches:
- master
push: push:
branches: branches:
- master - master
- 2.*
jobs: jobs:
translations: translations: