disable workflows and change the issueTrackerURL to the right one

This commit is contained in:
2026-04-07 20:06:45 -03:00
parent 2328169f2a
commit 60ca91c79c
3 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
# against bad commits.
name: build
on: [pull_request, push]
#on: [pull_request, push]
on: []
jobs:
build:

View File

@@ -1,7 +1,7 @@
modLoader = "javafml"
loaderVersion = "*"
license = "LGPLv3"
issueTrackerURL="https://github.com/NeoFlock/NeoComputers/issues"
issueTrackerURL="https://gitea.codersquack.nl/NeoFlock/NeoComputers/issues"
[[mods]]
modId = "neocomputers"

View File

@@ -1,7 +1,7 @@
modLoader = "javafml"
loaderVersion = "*"
license = "LGPLv3"
issueTrackerURL="https://github.com/NeoFlock/NeoComputers/issues"
issueTrackerURL="https://gitea.codersquack.nl/NeoFlock/NeoComputers/issues"
[[mods]]
modId = "neocomputers"