diff options
-rwxr-xr-x | .github/workflows/update-site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |