Browse Source

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

Dax Raad 3 weeks ago
parent
commit
507f13a30c
1 changed files with 3 additions and 0 deletions
  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: