From dfff43fa3ab466b20423118bc21325bf6dd1ad3d Mon Sep 17 00:00:00 2001 From: Forrest Collman Date: Mon, 8 Apr 2024 12:45:51 -0700 Subject: [PATCH] changing production test config --- .github/workflows/production.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7189743f..8112a840 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -7,7 +7,8 @@ on: push: branches: - '**' - - "README.rst" + paths-ignore: + - "README.md" pull_request: branches: master # Allows you to run this workflow manually from the Actions tab