.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:
|
on:
|
||||||
push:
|
release:
|
||||||
tags:
|
types:
|
||||||
- '7*'
|
- published
|
||||||
|
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue