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