Skip to content

Commit

Permalink
Merge pull request #38 from DukeCosmology/arunkannawadi-maintenance
Browse files Browse the repository at this point in the history
Build on PR
  • Loading branch information
arunkannawadi authored Nov 30, 2023
2 parents a9097b3 + ec28517 commit e67bcbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -67,6 +70,7 @@ jobs:

# Deployment job
deploy:
if: ${{ github.event.pull_request.merged }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit e67bcbc

Please sign in to comment.