Skip to content

Commit

Permalink
ci: change gen binary workflows to delete PR branche on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Sep 13, 2023
1 parent 79143a5 commit 16e335d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gen-nodetime-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
commit-message: "feat(nodetime): update binaries"
body: ""
branch: feat/gen-nodetime
delete-branch: true
1 change: 1 addition & 0 deletions .github/workflows/gen-protoc-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 16e335d

Please sign in to comment.