Revert "Fixed several anchor tags to open in new tab" #196
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1.15.2-R0.1-SNAPSHOT | |
name: MC 1.15 | |
on: [ push ] | |
jobs: | |
test: | |
uses: ./.github/workflows/bukkit-test.yml | |
with: | |
java-version: 11 | |
minecraft-version: "1.15.2-R0.1-SNAPSHOT" |