Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Jan 21, 2024
1 parent cc655f1 commit ad0e1ae
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: CI

on:
push:
branches: [ "1.16", "1.18", "1.19", "1.20" ]
branches: [ "1.20" ]
paths:
- 'src/**'
- 'test/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ 1.16, 1.18, 1.19, 1.20 ]
branches: [ 1.20 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 1.16, 1.18, 1.19, 1.20 ]
branches: [ 1.20 ]
schedule:
- cron: '17 11 * * 3'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: PR (Release)

on:
pull_request:
branches: [ "1.16-release", "1.18-release", "1.19-release", "1.20-release" ]
branches: [ "1.20-release" ]
paths:
- 'src/**'
- 'test/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: PR

on:
pull_request:
branches: [ "1.16", "1.18", "1.19", "1.20" ]
branches: [ "1.20" ]
paths:
- 'src/**'
- 'test/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Release

on:
push:
branches: [ "1.16-release", "1.18-release", "1.19-release", "1.20-release" ]
branches: [ "1.20-release" ]
paths:
- 'src/**'
- 'test/**'
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ base_mc_version=1.20
target_mc_version=1.20.2
additional_mc_versions=1.20

fml_version_range=[47,)
forge_version_range=[47.2.0,)
fml_version_range=[48,)
forge_version_range=[48.1.0,)
minecraft_version_range=[1.20.2, 1.21)

curseforge_project_id=965101
Expand All @@ -29,7 +29,7 @@ modrinth_project_id=
modrinth_release_type=alpha

# JEI
jei_version=15.2.0.27
jei_version=16.0.0.28

# The One Probe
top_version=10.0.1
Expand Down

0 comments on commit ad0e1ae

Please sign in to comment.