diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index 3af44a1..4aa110a 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -1,4 +1,4 @@ -name: Build Preview Deployment +name: "Build Preview Deployment" on: pull_request: @@ -49,4 +49,6 @@ jobs: run: | echo "Artifact upload completed" echo "Workflow ID: ${{ github.run_id }}" - echo "Repository: ${{ github.repository }}" \ No newline at end of file + echo "Repository: ${{ github.repository }}" + echo "Event name: ${{ github.event_name }}" + echo "Event type: ${{ github.event.action }}" \ No newline at end of file