[ci] disable in-house workflows
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
410e782291
commit
f01dfb0d84
2 changed files with 6 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -2,9 +2,9 @@
|
||||||
# some stuff needs cleaned up etc
|
# some stuff needs cleaned up etc
|
||||||
name: eden-build
|
name: eden-build
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches: [ "master" ]
|
# branches: [ "master" ]
|
||||||
|
|
||||||
# TODO: combine build.yml into trigger_release.yml
|
# TODO: combine build.yml into trigger_release.yml
|
||||||
jobs:
|
jobs:
|
||||||
|
|
6
.github/workflows/trigger_release.yml
vendored
6
.github/workflows/trigger_release.yml
vendored
|
@ -1,8 +1,8 @@
|
||||||
name: Build Application and Make Release
|
name: Build Application and Make Release
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
tags: [ "*" ]
|
# tags: [ "*" ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue