Kaynağa Gözat

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

Dax Raad 3 hafta önce
ebeveyn
işleme
507f13a30c
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      .github/workflows/test.yml

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

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