Skip to content

Commit b5f6e9a

Browse files
committed
test: change pr deploy preview
1 parent b372a9e commit b5f6e9a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pr-deploy-preview.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Deploy preview for PR
22

33
on:
44
workflow_run:
5-
workflows: ["Build preview for PR"]
5+
workflows: [Build preview for PR]
66
types:
77
- completed
8+
branches:
9+
- develop
810

911
permissions:
1012
contents: read
@@ -26,6 +28,11 @@ jobs:
2628
github.event.workflow_run.conclusion == 'success'
2729
2830
steps:
31+
- name: Debug: List workflow details
32+
run: |
33+
echo "Workflow name: ${{ github.event.workflow_run.name }}"
34+
echo "Pull request: ${{ github.event.workflow_run.pull_requests[0].number }}"
35+
2936
- name: Download artifacts
3037
uses: actions/download-artifact@v3
3138
with:

0 commit comments

Comments
 (0)