Sfoglia il codice sorgente

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

Dax Raad 3 settimane fa
parent
commit
507f13a30c
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:
+      - dev
   pull_request:
   workflow_dispatch:
 jobs: