This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
oleg
/
alpine
mirror de
https://github.com/alpinejs/alpine.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Enable tests on Pull Requests
Simone Todaro
há 5 anos atrás
pai
28ad366793
commit
9ef1377978
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
.github/workflows/run-tests.yml
+ 1
- 1
.github/workflows/run-tests.yml
Ver Ficheiro
@@ -1,6 +1,6 @@
name: Run Jest Tests
-on: [push]
+on: [push
, pull_request
]
jobs:
build: