Run actions on push as well

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-02-18 20:05:19 +01:00
parent 9be7159d0a
commit 3dfa2b8199
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
3 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Build name: Build
on: on:
pull_request: pull_request:
push:
branches: branches:
- master - master
- stable* - stable*

View File

@ -1,5 +1,10 @@
name: Lint name: Lint
on: pull_request on:
pull_request:
push:
branches:
- master
- stable*
jobs: jobs:
php-linters: php-linters:

View File

@ -1,6 +1,7 @@
name: Test name: Test
on: on:
pull_request: pull_request:
push:
branches: branches:
- master - master
- stable* - stable*