Add requirement to raw commands node by default #1679
This file contains hidden or 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
| # 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: | |
| runtime_version: 21 | |
| publish_snapshot_javadoc: true | |
| publishing_branch_regex: 'api-\d+' | |
| secrets: inherit |