diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index a3fe58a..7415c2e 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -5,7 +5,7 @@ on: branches: - 'master' paths: - - README.md' + - '**/README.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: