aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-and-test.yml
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2022-08-10 21:26:27 +0200
committerGitHub <noreply@github.com>2022-08-10 21:26:27 +0200
commit81956675c5e93b3d4c3df5f85f5281c794141e41 (patch)
tree241e76891e5b10ff19fe0a607860dc66d1099677 /.github/workflows/build-and-test.yml
parentb215737c229618c5dcf11bd47fb35b5d10c68c73 (diff)
downloadGT5-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.yml13
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