From 36c647f85e056ce4f24fc46a358de5a7aaeffd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex?= Date: Mon, 1 Sep 2025 17:09:06 +0200 Subject: [PATCH] ci: Publish a circuit release only when tagged appropriately (#92) --- .github/workflows/build-circuits.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index f28d1d5..35781a4 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -9,7 +9,6 @@ on: tag: description: "Tag to release. Must follow the format of 'circom_circuits-vX.Y.Z'." required: true - pull_request: # For testing purposes jobs: setup: