Merge pull request #878 from nextcloud/fix/actions

Run actions on push as well
This commit is contained in:
Raimund Schlüßler 2020-02-18 20:16:11 +01:00 committed by GitHub
commit dac933819f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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*