Let's try again.

This commit is contained in:
Jordan Bancino 2024-09-21 16:59:42 -04:00
parent 66c237727b
commit 5041e0c991
Signed by: jordan
SSH key fingerprint: SHA256:KZSFf6aBlTjUn5fy3MH8uzqClGOnUaijIDirZKJsEsY
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
name: Compile Telodendria
run-name: Compile Telodendria on ${{ forgejo.actor }}
on: [push, pull_request]
on:
push:
branches:
- 'ma*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
"Compile Telodendria":

View file

@ -34,7 +34,7 @@ jobs:
name: Telodendria-$GITHUB_REF_NAME.tar.gz
path: release/Telodendria-$GITHUB_REF_NAME.tar.gz
- name: Publish release
uses: actions/forgejo-release@v3
uses: actions/forgejo-release@v1
with:
tag: $GITHUB_REF_NAME
title: "Telodendria $GITHUB_REF_NAME"