From 2c5cd1a20a2a9812e1a2a1383b9b0cf43e31c0a1 Mon Sep 17 00:00:00 2001 From: Martin Forstner Date: Sun, 3 Jan 2021 12:33:02 +0100 Subject: [PATCH] fix: pr pipeline --- .github/workflows/release.yaml | 7 ++++++- .idea/workspace.xml | 5 ++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1854f50..965736a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,13 @@ name: Release -on: [pull_request] +on: + pull_request: + branches: + - main + types: [closed] jobs: audit: + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - name: Git checkout diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bbe0281..4f05942 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,7 @@ - - +