mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 20:04:58 +01:00
run tests daily (#96)
This commit is contained in:
parent
fc1bcd6ce9
commit
720e554ff8
4
.github/workflows/integrate.yaml
vendored
4
.github/workflows/integrate.yaml
vendored
@ -1,5 +1,3 @@
|
||||
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
|
||||
|
||||
name: "Integrate"
|
||||
|
||||
on:
|
||||
@ -7,6 +5,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 10 * * *"
|
||||
|
||||
jobs:
|
||||
static-code-analysis:
|
||||
|
Loading…
Reference in New Issue
Block a user