Browse Source

build: run tests on master branch (#8072)

* build: run tests on master branch

* lint
Aakansha Doshi 1 year ago
parent
commit
6ed6131169
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/test.yml

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

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