trigger actions not on main branch
This commit is contained in:
parent
b50200592d
commit
cd97dda2d4
@ -16,7 +16,7 @@ body:
|
|||||||
label: Version
|
label: Version
|
||||||
description: For which version have you observed this behavior?
|
description: For which version have you observed this behavior?
|
||||||
placeholder: You find the program version in "Help/About"
|
placeholder: You find the program version in "Help/About"
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
name: Build AppImage
|
name: Build AppImage
|
||||||
run-name: ${{ gitea.actor }} is building THE AppImage 🚀
|
run-name: ${{ gitea.actor }} is building THE AppImage 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '!master'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
Loading…
Reference in New Issue
Block a user