Allow GitHub Actions to run on 2.* branches

Since I created the 2.5.0 branch, GA on PR targeting that branch aren't triggered. This should fix this.
This commit is contained in:
Jeremy Benoist 2020-12-31 14:18:49 +01:00
parent 1697076575
commit 6004de48ff
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
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: