Skip to content

Commit

Permalink
update workflow oops
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaraUmbrix committed Aug 10, 2024
1 parent fea64ad commit f6c6861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- '*'
pull_request:
types: [ opened, syncrhonize, reopened ]
types: [ opened, synchronize, reopened ]
workflow_dispatch:
jobs:
validate-gradle:
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
java: [ 17 ] # Build on Java 17
serverType: [ 'fabric', 'forge', "quilt" ]
serverType: [ 'fabric', 'forge' ]
runs-on: ubuntu-latest
timeout-minutes: 20 # Fail after 20 minutes
steps:
Expand Down

0 comments on commit f6c6861

Please sign in to comment.