From 55a8ab5a6a8d16641cf173659b3082e6f7360438 Mon Sep 17 00:00:00 2001 From: Daniel Montiel Date: Fri, 12 Mar 2021 17:21:18 -0600 Subject: [PATCH] =?UTF-8?q?First=20automated=20release=201.0.2=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 559ad08..fce56bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,4 @@ name: build - on: workflow_dispatch: push: @@ -8,7 +7,6 @@ on: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 pull_request: branches: [master] - jobs: build: runs-on: windows-latest