From 54474f462ed4640df00a88f695487155553f7613 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Mon, 1 Sep 2025 17:06:37 +0200 Subject: [PATCH] Publish a circuit release only when tagged appropriately. --- .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: