Skip to content

Commit

Permalink
always run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Nov 8, 2023
1 parent 52e54f9 commit 9e9ee1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -49,6 +48,7 @@ jobs:

# Deployment job
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 9e9ee1a

Please sign in to comment.