From 0b98ee0e5f41426ee9f9de2a3a8064f2376a30a8 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 23 Jan 2022 21:14:18 -0500 Subject: Update update-site.yml --- .github/workflows/update-site.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3