Просмотр исходного кода

ci: run tests automatically when code is pushed to dev branch

Dax Raad 3 недель назад
Родитель
Сommit
507f13a30c
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .github/workflows/test.yml

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

@@ -1,6 +1,9 @@
 name: test
 name: test
 
 
 on:
 on:
+  push:
+    branches:
+      - dev
   pull_request:
   pull_request:
   workflow_dispatch:
   workflow_dispatch:
 jobs:
 jobs: