aboutsummaryrefslogtreecommitdiff
path: root/kekztech/.github/workflows
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-25 13:41:19 +0100
committerRaven Szewczyk <git@eigenraven.me>2024-05-25 13:41:19 +0100
commitf5cb8a50061da2279812f8d11d7e0451350f9e6c (patch)
tree67b9fe412c0d46f0d5f457692e369c4c41c7a0dc /kekztech/.github/workflows
parent991c62f552f30c3916ecee191f41acfb8e06fd34 (diff)
downloadGT5-Unofficial-f5cb8a50061da2279812f8d11d7e0451350f9e6c.tar.gz
GT5-Unofficial-f5cb8a50061da2279812f8d11d7e0451350f9e6c.tar.bz2
GT5-Unofficial-f5cb8a50061da2279812f8d11d7e0451350f9e6c.zip
Migrate kekztech root and mcmod.info
Diffstat (limited to 'kekztech/.github/workflows')
-rw-r--r--kekztech/.github/workflows/build-and-test.yml13
-rw-r--r--kekztech/.github/workflows/release-tags.yml14
2 files changed, 0 insertions, 27 deletions
diff --git a/kekztech/.github/workflows/build-and-test.yml b/kekztech/.github/workflows/build-and-test.yml
deleted file mode 100644
index 3ee2f686fd..0000000000
--- a/kekztech/.github/workflows/build-and-test.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-name: Build and test
-
-on:
- pull_request:
- branches: [ master, main ]
- push:
- branches: [ master, main ]
-
-jobs:
- build-and-test:
- uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
- secrets: inherit
diff --git a/kekztech/.github/workflows/release-tags.yml b/kekztech/.github/workflows/release-tags.yml
deleted file mode 100644
index e4c0be6b0d..0000000000
--- a/kekztech/.github/workflows/release-tags.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-name: Release tagged build
-
-on:
- push:
- tags: [ '*' ]
-
-permissions:
- contents: write
-
-jobs:
- release-tags:
- uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master
- secrets: inherit