diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 21:25:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 21:25:09 -0500 |
commit | c5644b6dee2e884cf510c8032846a0c1fcef350c (patch) | |
tree | f08eddf9fad86cb4790cfacc1595ea3335e7b131 | |
parent | a6404cada579142ab02baa1bd762d48de4662fde (diff) |
Update update-site.yml
-rwxr-xr-x | .github/workflows/update-site.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 9544e87..a3fe58a 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -2,8 +2,14 @@ name: update site on: push: + branches: + - 'master' paths: - - 'README.md' + - README.md' + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest |