Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Sep 6, 2023
1 parent 951c6e5 commit 38e0fd9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ body:
label: Minecraft Version
multiple: false
options:
- 1.19
- 1.18
- "1.20"
- "1.19"
- "1.18"
validations:
required: true

Expand All @@ -47,4 +48,4 @@ body:
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
render: Shell
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build
on:
pull_request:
types: [opened, synchronize]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
file: build/libs/sliceanddice-forge-${{ github.event.release.tag_name }}.jar
asset_name: sliceanddice-forge-${{ github.event.release.tag_name }}.jar
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Analyze
on:
push:
branches: [1.18.x]
branches: ["[0-9]+.[0-9]+.x"]

jobs:
build:
Expand Down

0 comments on commit 38e0fd9

Please sign in to comment.