action_test (#172)
All checks were successful
Build AppImage / Explore-Gitea-Actions (push) Successful in 1m14s

Reviewed-on: #172
This commit is contained in:
Dominik Demuth 2023-12-06 18:48:14 +00:00
parent f7a17f22cf
commit c2dc4cc6b8

View File

@ -1,6 +1,9 @@
name: Build AppImage
run-name: ${{ gitea.actor }} is building THE AppImage 🚀
on: push
run-name: ${{ gitea.actor }} is building THE AppImage 🚀 # a lot of excitement for this build
on:
push:
branches:
- master
jobs:
Explore-Gitea-Actions: