From 3325954dc1d40569139f97ec6e8bb220d50675a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hal=C3=AD=20V?= Date: Sat, 20 Feb 2021 03:08:21 -0600 Subject: [PATCH] Update workflow --- .github/workflows/jekyll.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 96b015c2..8fcc06cd 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -2,9 +2,9 @@ name: Jekyll site on: push: - branches: [dev] + branches: [main] pull_request: - branches: [dev] + branches: [main] jobs: build: @@ -28,4 +28,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: token: ${{ secrets.GITHUB_TOKEN }} - target_branch: "main" + target_branch: "site"