From a43c113a250703aebda16fc2dce72ba17dd72fc3 Mon Sep 17 00:00:00 2001 From: Martin Forstner Date: Sun, 3 Jan 2021 12:39:02 +0100 Subject: [PATCH] fix: pr pipeline --- .github/workflows/build.yaml | 5 ++++- .github/workflows/release.yaml | 4 +--- .idea/workspace.xml | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c1f96e0..d18668c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,5 +1,8 @@ name: Build -on: [push] +on: + push: + branches-ignore: + - main jobs: audit: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 965736a..e771e30 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,13 +1,11 @@ name: Release on: - pull_request: + push: 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 4f05942..5093757 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,7 @@ + @@ -155,7 +156,7 @@ - +