From 8dcff1f73d24679b0011bf29da7b123862d782c6 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 7 Aug 2020 22:36:29 +0200 Subject: [PATCH] Update SnoopCompile.yml (#2902) --- .github/workflows/SnoopCompile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 5665a96a..44c77cc0 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -3,7 +3,7 @@ name: SnoopCompile on: push: branches: - - 'master' # NOTE: to run the bot only on pushes to master + # - 'master' # NOTE: to run the bot only on pushes to master defaults: run: @@ -23,7 +23,7 @@ jobs: version: # NOTE: the versions below should match those in your botconfig - '1.3' - '1.4' - - '1.5.0-rc1' + - '1.5' os: # NOTE: should match the os setting of your botconfig - ubuntu-latest - windows-latest