Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 7b2a314

Browse files
committed
ci: publish-test-report: on: pull request: Test against main branch
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent 35d911e commit 7b2a314

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-test-report.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
jobs:
912
publish-test-report:
@@ -34,6 +37,7 @@ jobs:
3437
working-directory: ./postman
3538

3639
- name: Publish to GitHub Pages 🚀
40+
if: github.event_name == 'push'
3741
uses: JamesIves/github-pages-deploy-action@v4
3842
with:
3943
folder: docs

0 commit comments

Comments
 (0)