diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-08-10 21:26:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 21:26:27 +0200 |
commit | 81956675c5e93b3d4c3df5f85f5281c794141e41 (patch) | |
tree | 241e76891e5b10ff19fe0a607860dc66d1099677 /.github/workflows/build-and-test.yml | |
parent | b215737c229618c5dcf11bd47fb35b5d10c68c73 (diff) | |
download | GT5-Unofficial-81956675c5e93b3d4c3df5f85f5281c794141e41.tar.gz GT5-Unofficial-81956675c5e93b3d4c3df5f85f5281c794141e41.tar.bz2 GT5-Unofficial-81956675c5e93b3d4c3df5f85f5281c794141e41.zip |
Add actions (#2)
Diffstat (limited to '.github/workflows/build-and-test.yml')
-rw-r--r-- | .github/workflows/build-and-test.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml new file mode 100644 index 0000000000..3ee2f686fd --- /dev/null +++ b/.github/workflows/build-and-test.yml @@ -0,0 +1,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 |