From 65cdecaf54e2fb321ff06240899d9ce4e1bb85c8 Mon Sep 17 00:00:00 2001
From: Garth Minette <gminette@gmail.com>
Date: Tue, 7 Jul 2020 00:32:50 -0700
Subject: [PATCH] Tweak github action triggers.

---
 .github/workflows/main.yml | 2 +-
 version.scad               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index aef817d..13c3151 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -4,7 +4,7 @@ name: CI
 
 # Controls when the action will run. Triggers the workflow on push or pull request
 # events but only for the master branch
-on: [push, pull_request]
+on: [pull_request]
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
diff --git a/version.scad b/version.scad
index 8b7a336..36509e9 100644
--- a/version.scad
+++ b/version.scad
@@ -8,7 +8,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,386];
+BOSL_VERSION = [2,0,387];
 
 
 // Section: BOSL Library Version Functions