Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TubYoub authored Apr 29, 2024
1 parent 5450c70 commit a0eae84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: TestMC

on:
push:
branches: [ "master" ]
branches: [ "master", "Version*" ]
pull_request:
branches: [ "master", "Version*" ]

Expand Down Expand Up @@ -36,9 +36,9 @@ jobs:
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
cache: 'gradle'
cache: 'maven'
- name: Build Plugin
run: ./gradlew clean assemble
run: mvn clean package
- name: Test Plugin - ${{ matrix.version }}
uses: GamerCoder215/[email protected]
with:
Expand Down

0 comments on commit a0eae84

Please sign in to comment.