diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 21:34:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 21:34:01 -0500 |
commit | 3aac095e85b87d683e2b2c2b24a93af6051986bd (patch) | |
tree | cbe31c448fe126e82406457bfe5503d0d49baf50 | |
parent | 355fd7f9f153d570c7e02533d4bb71c37ed8beb0 (diff) |
Update update-site.yml
-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: |