From ae79109982706b3f7f06e1ad89444e009a7b594b Mon Sep 17 00:00:00 2001 From: Angel M De Miguel Date: Fri, 24 Nov 2023 11:16:32 +0100 Subject: [PATCH] chore: compile artifacts in the PR temporarily --- .github/workflows/artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 88c69d5..ddf1004 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -4,6 +4,9 @@ on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+" + # TODO: Remove it + pull_request: + branches: [ "main", "v[0-9]+.[0-9]+" ] jobs: build: