chore: run workflows more often

This commit is contained in:
Feek 2020-06-06 13:40:00 -07:00
parent 249ffd97e5
commit 4f78fd6239
3 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,10 @@
name: PHPCS check
on: pull_request
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
phpcs:

View File

@ -1,12 +1,10 @@
name: Run Psalm
on:
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
build:

View File

@ -2,11 +2,9 @@ name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
build: