Skip to content

Commit

Permalink
additional update
Browse files Browse the repository at this point in the history
  • Loading branch information
fergal connolly committed Jul 5, 2024
1 parent 1c537b8 commit c987464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/gatsby_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI
on:
push:
pull_request:
branches: [ main, release/v7 ]
branches: [ main, Release-July-2024 ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Deploy Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/Release-July-2024' }}
with:
github_token: ${{ secrets.PERF_GIT_DEPLOY_GH_PAGES_TOKEN }}
publish_dir: ./public
Expand Down

0 comments on commit c987464

Please sign in to comment.