Fixup workflow trigger on Forgejo
All checks were successful
/ GenerateReleaseZipfile (push) Successful in 1m14s

This commit is contained in:
Chl 2024-08-31 03:23:58 +02:00
parent 9c77c2641a
commit 67ac8517db
Signed by: chl
GPG key ID: 80012B734F21B934
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,9 @@
on:
push:
branches:
# Difference between Github and Forgejo : with the former, an empty
# 'branches' key means "nothing" while the later understands it as "all".
#- '*'
jobs:
GenerateReleaseZipfile: