.forgejo: try to trigger on push to refs/tags
This commit is contained in:
parent
12d1cc7448
commit
732ba1c738
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue