From 9fa36d4f8f109ae61a5d49f9ad65043b9fda1fe4 Mon Sep 17 00:00:00 2001 From: howardwu Date: Thu, 17 Dec 2020 12:23:45 -0400 Subject: [PATCH] Update ci with path-ignores --- .github/workflows/{release-tests.yml => ci-binary.yml} | 5 ++++- .github/workflows/ci.yml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) rename .github/workflows/{release-tests.yml => ci-binary.yml} (94%) diff --git a/.github/workflows/release-tests.yml b/.github/workflows/ci-binary.yml similarity index 94% rename from .github/workflows/release-tests.yml rename to .github/workflows/ci-binary.yml index cec684f7da..3ad7d8cf33 100644 --- a/.github/workflows/release-tests.yml +++ b/.github/workflows/ci-binary.yml @@ -1,9 +1,12 @@ -name: Leo Release Tests +name: Leo Binary Tests on: pull_request: push: branches: - master + paths-ignore: + - 'docs/**' + - 'documentation/**' env: RUST_BACKTRACE: 1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94a17e9cac..622ee22ed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - master + paths-ignore: + - 'docs/**' + - 'documentation/**' env: RUST_BACKTRACE: 1