summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2022-01-23 21:14:18 -0500
committerGitHub <noreply@github.com>2022-01-23 21:14:18 -0500
commit0b98ee0e5f41426ee9f9de2a3a8064f2376a30a8 (patch)
treef69a2e201c6ac706deb0a72058b8e36f29802a67 /.github
parent5a2ae4b5028357583c1220f514182b6630b3bc65 (diff)
Update update-site.yml
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/update-site.yml8
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