diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index bbe1452..1e732aa 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -7,6 +7,10 @@ on: push: branches: ["main"] + # Validate pull requests before dependency or content changes are merged + pull_request: + branches: ["main"] + # Allow manual triggering from the Actions tab workflow_dispatch: @@ -54,6 +58,7 @@ jobs: # Deployment job deploy: + if: github.event_name == 'push' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/Gemfile.lock b/Gemfile.lock index 8c00402..c8400ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM base64 (0.3.0) bigdecimal (4.1.2) colorator (1.1.0) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.7) csv (3.3.5) em-websocket (0.5.3) eventmachine (>= 0.12.9)