This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
oleg
/
alpine
mirror da
https://github.com/alpinejs/alpine.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Enable tests on Pull Requests
Simone Todaro
5 anni fa
parent
28ad366793
commit
9ef1377978
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
.github/workflows/run-tests.yml
+ 1
- 1
.github/workflows/run-tests.yml
Vedi File
@@ -1,6 +1,6 @@
name: Run Jest Tests
-on: [push]
+on: [push
, pull_request
]
jobs:
build: