From 7507252c61f5163b2f6fa7385c95b6d2780d9fba Mon Sep 17 00:00:00 2001 From: Phillip Jensen Date: Fri, 6 Oct 2023 15:43:03 +0200 Subject: [PATCH] chore: release pipeline on push and ci on pull request --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a22482742..2fa4664dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Regular CI Pipeline on: - push: + pull_request: branches: # Regular release channels - master diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffe83e829..a73e85f4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release Pipeline on: - pull_request: + push: branches: # Regular release channels - master