Przeglądaj źródła

add tests for commits

Zach 2 lat temu
rodzic
commit
257c703add
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .github/workflows/test.yml

+ 3 - 0
.github/workflows/test.yml

@@ -1,6 +1,9 @@
 name: Test
 
 on:
+  push:
+    branches:
+      - "*"
   pull_request:
     branches:
       - "*"