From 16e335df58d921ef7543ecb48411c5ecaa0d8750 Mon Sep 17 00:00:00 2001 From: jeronimoalbi Date: Wed, 13 Sep 2023 14:45:05 +0200 Subject: [PATCH] ci: change gen binary workflows to delete PR branche on merge --- .github/workflows/gen-nodetime-binaries.yml | 1 + .github/workflows/gen-protoc-binaries.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/gen-nodetime-binaries.yml b/.github/workflows/gen-nodetime-binaries.yml index 48cfdf4..c1a346e 100644 --- a/.github/workflows/gen-nodetime-binaries.yml +++ b/.github/workflows/gen-nodetime-binaries.yml @@ -43,3 +43,4 @@ jobs: commit-message: "feat(nodetime): update binaries" body: "" branch: feat/gen-nodetime + delete-branch: true diff --git a/.github/workflows/gen-protoc-binaries.yml b/.github/workflows/gen-protoc-binaries.yml index 21fbed8..dbf3712 100644 --- a/.github/workflows/gen-protoc-binaries.yml +++ b/.github/workflows/gen-protoc-binaries.yml @@ -58,3 +58,4 @@ jobs: commit-message: "feat(protoc): update binaries ${{ matrix.runner.os }}-${{ matrix.runner.arch }}" body: "" branch: feat/gen-protoc-${{ matrix.runner.os }}-${{ matrix.runner.arch }} + delete-branch: true