.forgejo: try to trigger on releases
This commit is contained in:
parent
4623162e29
commit
12d1cc7448
1 changed files with 5 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue