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