mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
chore: run workflows more often
This commit is contained in:
parent
249ffd97e5
commit
4f78fd6239
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: PHPCS check
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
phpcs:
|
||||
|
8
.github/workflows/psalm.yml
vendored
8
.github/workflows/psalm.yml
vendored
@ -1,12 +1,10 @@
|
||||
name: Run Psalm
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -2,11 +2,9 @@ name: Run Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user