diff options
Diffstat (limited to '.github')
-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 |