From 191ea60af377358d7a06d5a7ec40992f0c67323c Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 11 Jul 2023 01:00:16 +0200 Subject: [PATCH] Run tests for pull requests Apparently you need to explicitly opt-in to this when using a custom set of conditions (e.g. `push:`). --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64d40404d..b7959fe81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ on: branches: - '**' workflow_dispatch: + pull_request: env: REGISTRY: ghcr.io