.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: on:
release: push:
types: branches:
- published - 'refs/tags/*'
jobs: jobs:
build-tarball: build-tarball:
runs-on: x86_64 runs-on: x86_64
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
container: container:
image: alpinelinux/alpine-gitlab-ci:latest image: alpinelinux/alpine-gitlab-ci:latest
env: env: