[ci] disable in-house workflows

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-07-25 16:13:07 -04:00
parent 410e782291
commit f01dfb0d84
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
2 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,9 @@
# some stuff needs cleaned up etc
name: eden-build
on:
push:
branches: [ "master" ]
#on:
# push:
# branches: [ "master" ]
# TODO: combine build.yml into trigger_release.yml
jobs:

View file

@ -1,8 +1,8 @@
name: Build Application and Make Release
on:
push:
tags: [ "*" ]
#on:
# push:
# tags: [ "*" ]
permissions:
contents: write