Sfoglia il codice sorgente

add tests for commits

Zach 3 anni fa
parent
commit
257c703add
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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:
       - "*"