From fd9a4fad4713a6ce82fa87a65bf903725e9717c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=BCller?= <46693545+am9zZWY@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:58:52 +0100 Subject: [PATCH] Update merge.yml --- .github/workflows/merge.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 25d49fa..5ae923b 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -1,12 +1,16 @@ -name: Build on merge to main +name: Test if it builds on: push: branches: - main + pull_request: + types: + - opened + jobs: build: - name: Build on merge to main + name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4