mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-05-30 13:59:55 +02:00
18 lines
384 B
YAML
18 lines
384 B
YAML
name: Build and test
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master, main ]
|
|
push:
|
|
branches: [ master, main ]
|
|
|
|
jobs:
|
|
build-and-test:
|
|
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
|
|
secrets: inherit
|
|
# with:
|
|
# timeout: 150
|
|
# workspace: setupDecompWorkspace
|
|
# client-only: false
|
|
# disable-server-auto-stop: false
|