aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-and-test.yml
blob: 4911b0f678171f4d77e619e970d57008d1d68faa (plain)
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