mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-11-29 03:39:55 +01:00
17 lines
345 B
YAML
17 lines
345 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
|