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: