Skip to content

Commit

Permalink
[#133] main.yml only build 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielxs01 committed Dec 14, 2023
1 parent bd1c7ec commit 9a691a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
paths:
- 'src/**'
# - '.github/workflows/**'
- '.github/workflows/**' # FIXME remove before finishing issue

workflow_dispatch:

Expand All @@ -16,8 +16,8 @@ jobs:

runs-on: ubuntu-latest
strategy:
matrix:
branch: [ 1.7.10-forge, 1.10.2-forge, 1.11.2-forge, 1.12.2-forge, 1.14.4-forge, 1.15.2-forge, 1.16.5-forge ]
matrix: # FIXME rollback changes to the matrix
branch: [ 1.12.2-forge ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9a691a2

Please sign in to comment.