ci: Publish a circuit release only when tagged appropriately (#92)

This commit is contained in:
Álex 2025-09-01 17:09:06 +02:00 committed by GitHub
parent 6f898f02b3
commit 36c647f85e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: