From 8b2e8869c45c33585b41a1718cbf128851991c0d Mon Sep 17 00:00:00 2001 From: Guillem Castro Date: Fri, 17 May 2024 17:59:58 +0200 Subject: [PATCH] build on pull request --- .github/workflows/build-latest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 43667c0..4fe48e5 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -4,6 +4,9 @@ on: push: branches: - '*' + pull_request: + branches: + - '*' env: CARGO_TERM_COLOR: always