Yeuoly 1 anno fa
parent
commit
78d7535967
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 }}