heic2jpg

git clone git://archive.git.mtrnord.blog/MTRNord/heic2jpg.git
Log | Files | Refs | README | LICENSE

commit 21a77d17389191b1a6de9e6e1b22c2ba53fad06a
parent df94694605f68894e8080966603470c059c1f9f1
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 10 Nov 2024 19:17:50 +0100

Ensure that we do _not_ do accidentially a release

Diffstat:
M.github/workflows/flatter.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/flatter.yml b/.github/workflows/flatter.yml @@ -2,7 +2,9 @@ name: Flatter (Deploy) on: push: - branches: [main] + # Pattern matched against refs/tags + tags: + - "*" workflow_dispatch: jobs: