This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
oleg
/
alpine
mirror de
https://github.com/alpinejs/alpine.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Enable tests on Pull Requests
Simone Todaro
5 anos atrás
pai
28ad366793
commit
9ef1377978
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
.github/workflows/run-tests.yml
+ 1
- 1
.github/workflows/run-tests.yml
Ver arquivo
@@ -1,6 +1,6 @@
name: Run Jest Tests
-on: [push]
+on: [push
, pull_request
]
jobs:
build: