From aba650e2575f8860d5fd95356174db1f5ba81494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Thu, 18 Jan 2024 18:25:35 +0100 Subject: [PATCH] Add tests to the packages building process Runs the workflow on pull request changes --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d5a1d1e67f88..96e6826794abc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,10 @@ name: Build packages # This workflow runs when any of the following occur: # - Run manually on: + pull_request: + # Sequence of patterns matched against refs/heads + branches: + - 'ci/*' workflow_dispatch: inputs: revision: