Browse Source
[ci] disable in-house workflows
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/132/head
crueter
8 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
6 additions and
6 deletions
-
.github/workflows/build.yml
-
.github/workflows/trigger_release.yml
|
|
@ -2,9 +2,9 @@ |
|
|
# some stuff needs cleaned up etc |
|
|
# some stuff needs cleaned up etc |
|
|
name: eden-build |
|
|
name: eden-build |
|
|
|
|
|
|
|
|
on: |
|
|
|
|
|
push: |
|
|
|
|
|
branches: [ "master" ] |
|
|
|
|
|
|
|
|
#on: |
|
|
|
|
|
# push: |
|
|
|
|
|
# branches: [ "master" ] |
|
|
|
|
|
|
|
|
# TODO: combine build.yml into trigger_release.yml |
|
|
# TODO: combine build.yml into trigger_release.yml |
|
|
jobs: |
|
|
jobs: |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
name: Build Application and Make Release |
|
|
name: Build Application and Make Release |
|
|
|
|
|
|
|
|
on: |
|
|
|
|
|
push: |
|
|
|
|
|
tags: [ "*" ] |
|
|
|
|
|
|
|
|
#on: |
|
|
|
|
|
# push: |
|
|
|
|
|
# tags: [ "*" ] |
|
|
|
|
|
|
|
|
permissions: |
|
|
permissions: |
|
|
contents: write |
|
|
contents: write |
|
|
|