From 93a31770270c83251b1012c089c5730f557c5033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 24 Jul 2024 12:41:01 +0200 Subject: [PATCH] ci: enable release on main --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6001b48..f167352 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,7 @@ name: "Release" on: push: - branches: [staging] - # branches: [main, staging] + branches: [main, staging] jobs: release: