From 7b61d12cbee3ece48d17a1bd8afa51dc5767cbfc Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:13:13 +0530 Subject: [PATCH] Update release.yml to run only on main branch --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8eb2b2..429aa3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,8 @@ name: Create Release on: push: + branches: + - main paths: - index.json