diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6384a5..3e11f34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,8 @@ on: # Using a different branch name? Replace `main` with your branch’s name push: branches: [ main ] + paths-ignore: + - 'README.md' # Ignore changes to README.md # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: