Update .gitea/workflows/build-appimage.yaml
All checks were successful
Build AppImage / Explore-Gitea-Actions (push) Successful in 1m17s

This commit is contained in:
Dominik Demuth 2023-12-06 17:03:55 +00:00
parent d72555dcf6
commit d3307a1ca7

View File

@ -1,11 +1,6 @@
name: Build AppImage
run-name: ${{ gitea.actor }} is building THE AppImage 🚀
on:
push:
branches:
- '*'
- '!master'
on: push
jobs:
Explore-Gitea-Actions: