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
on:
pull_request:
push:
branches:
- master
- stable*

View File

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

View File

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