Procházet zdrojové kódy

build: run tests on master branch (#8072)

* build: run tests on master branch

* lint
Aakansha Doshi před 1 rokem
rodič
revize
6ed6131169
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      .github/workflows/test.yml

+ 4 - 1
.github/workflows/test.yml

@@ -1,6 +1,9 @@
 name: Tests
 name: Tests
 
 
-on: pull_request
+on:
+  pull_request:
+  push:
+    branches: master
 
 
 jobs:
 jobs:
   test:
   test: