Skip to content

Commit 75da091

Browse files
Update .github/WORKFLOWS_REFERENCE.md
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent 173ae59 commit 75da091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/WORKFLOWS_REFERENCE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ This document provides an overview of GitHub workflows, custom actions, and auto
6666

6767
#### `ipa.yaml` - IPA Build
6868
**File:** `.github/workflows/ipa.yaml`
69-
**Triggers:** Manual dispatch, workflow call (called from test run repository)
69+
**Triggers:** Manual dispatch, repository dispatch (triggers test run repository after build)
70+
**Purpose:** Builds IPA file for the application. After successful build, triggers automated tests in the anytype-test repository.
7071
**Purpose:** Builds IPA file for the application. Invoked from the test run repository for automated testing.
7172

7273
---

0 commit comments

Comments
 (0)