diff options
Diffstat (limited to 'goodgen/.github/workflows')
-rw-r--r-- | goodgen/.github/workflows/build-and-test.yml | 15 | ||||
-rw-r--r-- | goodgen/.github/workflows/release-tags.yml | 14 |
2 files changed, 0 insertions, 29 deletions
diff --git a/goodgen/.github/workflows/build-and-test.yml b/goodgen/.github/workflows/build-and-test.yml deleted file mode 100644 index d33f352e71..0000000000 --- a/goodgen/.github/workflows/build-and-test.yml +++ /dev/null @@ -1,15 +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 - with: - timeout: 150 diff --git a/goodgen/.github/workflows/release-tags.yml b/goodgen/.github/workflows/release-tags.yml deleted file mode 100644 index e4c0be6b0d..0000000000 --- a/goodgen/.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 |