From 4c400a07c0cc90cf33ac7c6398235ad81fd513d0 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 19 Nov 2020 22:15:21 +0200 Subject: [PATCH] Enable windows workflow on master branch only --- .github/workflows/windows.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 201c218..6817bab 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,7 +2,7 @@ name: windows on: push: branches: - - windows-workflow + - master jobs: compile: runs-on: windows-latest @@ -20,10 +20,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Print a few variables - run: | - env | grep MSYSTEM - env | grep MINGW - name: Download openFrameworks and add ofxPiMapper to addons run: | mkdir .ofxPiMapper