diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 21:19:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 21:19:04 -0500 |
commit | d7e10c484d784b0ed74cd5eda81b42ae57051033 (patch) | |
tree | 938accb8c6cb926284be75865c45d6db8aac3f27 | |
parent | cf76114b924f8e7fbaa3a95b487bc1c8f7612a03 (diff) |
Update update-site.yml
-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: |