From b98e587239e5ccec689843376659084e1ee236e9 Mon Sep 17 00:00:00 2001 From: Josh Larsen Date: Mon, 13 Apr 2020 13:34:32 -0400 Subject: [PATCH] specify branch --- readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 733fad3..e9ffc01 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,10 @@ Create a `main.yml` file in `./github/workflows`. ```yaml name: Jekyll Deploy -on: [push] +on: + push: + branches: + - master jobs: build_and_deploy: @@ -49,7 +52,10 @@ If you use a directory other than `_site` as the Jekyll build destination, set i ```yaml name: Jekyll Deploy -on: [push] +on: + push: + branches: + - master jobs: build_and_deploy: