From 90cdaf4a5458d9777b3eaeba7f50214d06fe6115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Pazos?= Date: Mon, 30 Sep 2024 17:44:31 -0300 Subject: [PATCH] fix: fix token permissions for goreelaser, and run on master pushes --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a1e291a..4d9dd48c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,12 +2,14 @@ name: CI on: push: + branches: + - master tags: - v[0-9]+.[0-9]+.[0-9]+** pull_request: permissions: - contents: read + contents: write id-token: write jobs: