Zach 2 лет назад
Родитель
Сommit
257c703add
1 измененных файлов с 3 добавлено и 0 удалено
  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:
       - "*"