From 2f9234c9a9d24923a135790619d678a399bbd446 Mon Sep 17 00:00:00 2001 From: Alexius Wadell Date: Wed, 8 Nov 2023 11:09:50 -0500 Subject: [PATCH] always run ci --- .github/workflows/jekyll-gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index f087455..3ff8ff2 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -4,8 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: - - main + pull-request: # Release new blog posts daily at 9am EST schedule: @@ -49,6 +48,7 @@ jobs: # Deployment job deploy: + if: ${{ github.ref == 'refs/heads/main' }} environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}