From cd97dda2d481bc1aedeccddd9c3e11b7571762da Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Wed, 6 Dec 2023 17:55:39 +0100 Subject: [PATCH] trigger actions not on main branch --- .gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml | 2 +- .gitea/workflows/build-appimage.yaml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml b/.gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml index afb7694..c81f466 100644 --- a/.gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml +++ b/.gitea/ISSUE_TEMPLATE/BUG_TEMPLATE.yml @@ -16,7 +16,7 @@ body: label: Version description: For which version have you observed this behavior? placeholder: You find the program version in "Help/About" - validation: + validations: required: true - type: textarea attributes: diff --git a/.gitea/workflows/build-appimage.yaml b/.gitea/workflows/build-appimage.yaml index 833a5b7..8a1f0fa 100644 --- a/.gitea/workflows/build-appimage.yaml +++ b/.gitea/workflows/build-appimage.yaml @@ -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: