Browse Source

Fix duplicate CI runners (#292)

J. Nick Koston 2 months ago
parent
commit
9bb32062e2
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/ci.yaml

+ 3 - 2
.github/workflows/ci.yaml

@@ -1,8 +1,9 @@
 name: CI
 
 on:
-  - push
-  - pull_request
+  pull_request:
+  push:
+    branches: [master]
 
 jobs:
   coverage: