aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-and-test.yml
blob: 3ee2f686fd979ce85bbfb2ac26fde45eeeb0d226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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