Skip to content

Commit

Permalink
ci: publish-test-report: on: pull request: Test against main branch
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Mar 26, 2024
1 parent 35d911e commit 7b2a314
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
publish-test-report:
Expand Down Expand Up @@ -34,6 +37,7 @@ jobs:
working-directory: ./postman

- name: Publish to GitHub Pages 🚀
if: github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs
Expand Down

0 comments on commit 7b2a314

Please sign in to comment.