reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit 9171f8f8e4bdb179c8c7586e6e1de49c7877374f
parent 196d8a0fe1ea49abfae6991304c10f01ff224d2b
Author: iostpa <iostpa@iostpa.com>
Date:   Sat, 18 Apr 2026 12:02:39 +0300

fix: Publish release workflow not configured right

Diffstat:
M.github/workflows/publish-release.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml @@ -1,8 +1,8 @@ name: Publish release docker image on: - push: - branches: ['release'] + release: + types: [published] paths: - "message/*" - "index.js"
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror