diff options
-rwxr-xr-x | .github/workflows/update-site.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 635502d..9544e87 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -2,8 +2,6 @@ name: update site on: push: - branches: - - 'master' paths: - 'README.md' jobs: |