mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-25 23:59:06 +01:00
Run tests on github PR and daily
This commit is contained in:
parent
099bc1ea6f
commit
52047a45bd
3
.github/workflows/go-test.yml
vendored
3
.github/workflows/go-test.yml
vendored
@ -2,6 +2,9 @@ name: Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user