diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 21:14:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 21:14:18 -0500 |
commit | 0b98ee0e5f41426ee9f9de2a3a8064f2376a30a8 (patch) | |
tree | f69a2e201c6ac706deb0a72058b8e36f29802a67 | |
parent | 5a2ae4b5028357583c1220f514182b6630b3bc65 (diff) |
Update update-site.yml
-rwxr-xr-x | .github/workflows/update-site.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 0e28ea5..635502d 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -1,7 +1,11 @@ name: update site -on: workflow_dispatch - +on: + push: + branches: + - 'master' + paths: + - 'README.md' jobs: build: runs-on: ubuntu-latest |