mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
Allow manually run test workflow
This commit is contained in:
parent
2bbc44c5ab
commit
45e2335b86
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
name: Test
|
name: Test
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
push: { branches: master }
|
push: { branches: master }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue