Explorar el Código

ci fix (#598)

Rafal Wachol hace 6 años
padre
commit
0f0440b3f1
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .github/workflows/android_ut.yml
  2. 1 1
      .github/workflows/flutter_ut.yml

+ 1 - 1
.github/workflows/android_ut.yml

@@ -1,6 +1,6 @@
 name: Android Unit Tests
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   test:

+ 1 - 1
.github/workflows/flutter_ut.yml

@@ -1,6 +1,6 @@
 name: Flutter Unit Tests
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   test: