Skip to content

Commit

Permalink
Do not deploy docs on every push on master
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Sep 4, 2023
1 parent e6a20e0 commit 02b2a5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
paths: ["docs/**"]
# Runs on every new release
release:
types: [created]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 02b2a5b

Please sign in to comment.