Browse Source

[ci] disable in-house workflows

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/132/head
crueter 8 months ago
parent
commit
f01dfb0d84
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 6
      .github/workflows/build.yml
  2. 6
      .github/workflows/trigger_release.yml

6
.github/workflows/build.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:

6
.github/workflows/trigger_release.yml

@ -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

Loading…
Cancel
Save