.forgejo: try to trigger on releases

This commit is contained in:
Antoine Martin 2024-08-11 23:37:29 -04:00
parent 4623162e29
commit 12d1cc7448
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,11 +1,12 @@
on:
push:
tags:
- '7*'
on:
release:
types:
- published
jobs:
build-tarball:
runs-on: x86_64
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
container:
image: alpinelinux/alpine-gitlab-ci:latest
env: