trigger actions not on main branch

This commit is contained in:
Dominik Demuth
2023-12-06 17:55:39 +01:00
parent b50200592d
commit cd97dda2d4
2 changed files with 7 additions and 2 deletions

View File

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