mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Make Docker workflow depend on tests
This commit is contained in:
parent
b67f3062fe
commit
fe22a45c7e
2 changed files with 7 additions and 0 deletions
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
branches-ignore:
|
||||
- master
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue