aboutsummaryrefslogtreecommitdiff
path: root/gtpp/.github/workflows/build-and-test.yml
blob: d33f352e71b8522a96e5489cc79fa172c6143191 (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