From 71479eb9b4d8c0f746cb77a0b58d708b20825217 Mon Sep 17 00:00:00 2001 From: virgula Date: Wed, 22 Jan 2025 21:58:16 +0100 Subject: [PATCH] restore old push on everyhing rule --- .github/workflows/build.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 888935c13..a9fced85c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,16 +3,7 @@ name: Build and Release -on: - push: - branches: - - main - pull_request: - types: - - opened - - reopened - - ready_for_review - - synchronize +on: [push, pull_request] concurrency: group: ci-${{ github.event_name }}-${{ github.ref }}