From c7ab3436e8a11bc59cef75e12bc305253ced4463 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 21 Nov 2021 18:21:28 +0000 Subject: [PATCH] Fixes for < GCC 8 --- .github/workflows/gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 2448fc34..04e382bf 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -1,7 +1,7 @@ name: gcc on: push: - branches: [ master, development ] + branches: [ master ] pull_request: branches: [ master ]