1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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