1
0
Эх сурвалжийг харах

enable running tests on pull requests

El RIDO 10 сар өмнө
parent
commit
5cca4be89a

+ 2 - 0
.github/workflows/tests.yml

@@ -1,6 +1,8 @@
 name: Tests
 on:
   push:
+  pull_request:
+    branches: [ master ]
   workflow_dispatch:
 
 jobs: