Skip to content

chore(deps): Update build deps and github actions #445

chore(deps): Update build deps and github actions

chore(deps): Update build deps and github actions #445

Workflow file for this run

# Making changes? https://github.com/nektos/act may help you test locally
name: Build, Test, and Deploy
on:
push:
branches: "**"
tags-ignore: ["*"]
pull_request:
release:
types: [released]
jobs:
call-build:
uses: SpongePowered/.github/.github/workflows/shared-ci.yaml@master
with:
publish_release_javadoc: false
extra_gradle_publish_params: publishPlugins
secrets: inherit