From 9b5cc5314b80c3eade732d9a48f05d2115a4f760 Mon Sep 17 00:00:00 2001 From: Aristide Bouix <18463777+ArisBee@users.noreply.github.com> Date: Mon, 8 Nov 2021 10:35:50 +0100 Subject: [PATCH] Update release.yml Create a new release on pull_request --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1706aa9..ab5e258 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,7 @@ name: Release -on: - push: - tags: - - '*' +on: [push, pull_request] + jobs: test: runs-on: macos-11.0