From 1f7e1f5d0d22074d8a873b0fb1da1caefeca7fa8 Mon Sep 17 00:00:00 2001 From: Revar Desmera <revarbat@gmail.com> Date: Fri, 19 Jun 2020 23:46:21 -0700 Subject: [PATCH] Make CI run on PRs. --- .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 e2e9360..aef817d 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] +on: [push, 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 f8fb680..6ceb088 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,358]; +BOSL_VERSION = [2,0,359]; // Section: BOSL Library Version Functions