From 79bb9e000b19694e5fe2fed0fc86775904cc5bbb Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 17 Dec 2020 20:39:08 -0600 Subject: [PATCH] GH-Actions: Tweaks --- .github/workflows/ci-scripts-build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index e3bc2fe54..e6c313f6c 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -3,15 +3,17 @@ # This is YAML - indentation levels are crucial -# Set the 'name:' properties to values that work for you +# Workflow name -name: Base +name: Base-3.15 # Trigger on pushes and PRs to any branch on: push: paths-ignore: - - .appveyor.yml + - '.appveyor.yml' + - 'documentation/*' + - 'startup/*' pull_request: env: