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