From e86d6c7f30270a84ffa210666054aa093b98aca4 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Fri, 28 Oct 2022 15:58:05 +0200 Subject: [PATCH] Refactoring --- .github/workflows/build.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 562f83d..4dd7060 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,18 +3,12 @@ name: ci on: push: branches: - - 'master' - - '8.1' - - '8.0' - - '7.4' - - '7.2' + - '**' pull_request: + types: + - closed branches: - - 'master' - - '8.1' - - '8.0' - - '7.4' - - '7.2' + - '**' env: #BRANCH_NAME: ${{ github.head_ref || github.ref_name }}