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:
pull_request:
branches:
- master
push:
branches:
- master
- 2.*
jobs:
js:

View file

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

View file

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

View file

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