From 93382350dba93bb2b4228e65cea966077fb24b3a Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 2 Dec 2019 07:45:03 +0100 Subject: [PATCH] Updated acitons file for linux builds --- .github/workflows/{actions_test.yml => linux-builds.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{actions_test.yml => linux-builds.yml} (91%) diff --git a/.github/workflows/actions_test.yml b/.github/workflows/linux-builds.yml similarity index 91% rename from .github/workflows/actions_test.yml rename to .github/workflows/linux-builds.yml index 098ff0e..f8bf3c8 100644 --- a/.github/workflows/actions_test.yml +++ b/.github/workflows/linux-builds.yml @@ -1,4 +1,4 @@ -name: ubuntu1804-build +name: linux-builds on: [push]