Skip to content

Commit

Permalink
update testing workflow to deploy pr previews
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Apr 25, 2024
1 parent 8498c7a commit 5b0e59e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- testing/hugo-retirement
pull_request:
branches:
- testing/hugo-retirement
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
Expand Down

0 comments on commit 5b0e59e

Please sign in to comment.