From 5f6bd6171d6a0e97b0d5e6c9ee845695139551b4 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Tue, 10 Aug 2021 08:14:06 +0200 Subject: [PATCH] Working on Github Actions --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 701b5567..228dfe65 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,5 +1,5 @@ # Build and run tests for ReactPhysics3D -name: Build and Test ReactPhysics3D +name: Build # Controls when the action will run. Triggers the workflow on push on: