Support basic star matching and TCPShield hostnames for virtual host configs #274
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
name: "build" | |
on: | |
push: | |
branches: [ "**" ] | |
tags-ignore: [ "**" ] | |
pull_request: | |
release: | |
types: [ released ] | |
jobs: | |
call-build: | |
uses: "jpenilla/actions/.github/workflows/shared-ci.yml@master" | |
secrets: inherit | |
with: | |
artifacts-path: 'build/libs/*.jar' | |
modrinth-publish: true | |
hangar-publish: true | |
loom: true |