We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
0ct0pu5
/
immich
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Allow manually run test workflow
Alex Tran
3 anni fa
parent
2bbc44c5ab
commit
45e2335b86
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
.github/workflows/test.yml
+ 1
- 0
.github/workflows/test.yml
Vedi File
@@ -1,5 +1,6 @@
name: Test
on:
+ workflow_dispatch:
pull_request:
push: { branches: master }