.forgejo: try to trigger on push to refs/tags

This commit is contained in:
Antoine Martin 2024-08-11 23:44:41 -04:00
parent 12d1cc7448
commit 732ba1c738
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,12 +1,11 @@
on:
release:
types:
- published
push:
branches:
- 'refs/tags/*'
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: