Skip to content

Commit

Permalink
fix: Only generate new GH pages upon a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Mar 23, 2024
1 parent b4e2c4e commit a8be5ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

on:
workflow_run:
workflows: ["Test and release"]
types:
Expand Down

0 comments on commit a8be5ee

Please sign in to comment.