summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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