Skip to content

Commit

Permalink
Fixed test.yml; Bumped to alpha.2 to check workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxystem committed Dec 22, 2024
1 parent b96d7ae commit 7126352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [ push, pull_request ]
on: pull_request

jobs:
linux:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.tryK2=true

version=0.0.1-alpha.1
version=0.0.1-alpha.2
group=quest.laxla
# TODO: replace with Java 25 LTS
jvm=23

0 comments on commit 7126352

Please sign in to comment.