Yeuoly 1 год назад
Родитель
Сommit
78d7535967
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .github/workflows/tests.yml

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

@@ -4,6 +4,9 @@ on:
   pull_request:
     branches:
       - main
+  push:
+    branches:
+      - main
 
 concurrency:
   group: test-tests-${{ github.head_ref || github.run_id }}