Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prochazkafilip committed Jan 18, 2024
1 parent f26294f commit 08d2ca1
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ All the available reusable workflows are listed in the following table.
### Available workflows
|Platform |Runner |Action |File |Description |
|:---------|:-----------|:-------|:------------------------------------------------------------------------------------|:---------------------------------------------------------------------|
|Universal |Cloud |Backup |[`universal-cloud-backup`](.github/workflows/universal-cloud-backup.yml) |Backups currently checked out ref to a remote repository. |
|Universal |Self-hosted |Backup |[`universal-selfhosted-backup`](.github/workflows/universal-selfhosted-backup.yml) |Backups currently checked out ref to a remote repository. |
|iOS |Self-hosted |Test |[`ios-selfhosted-test`](.github/workflows/ios-selfhosted-test.yml) |Lints and tests the PR. |
|iOS |Self-hosted |Build |[`ios-selfhosted-build`](.github/workflows/ios-selfhosted-build.yml) |Creates enterprise release build and submits the build to App Center. |
|iOS |Self-hosted |Release |[`ios-selfhosted-release`](.github/workflows/ios-selfhosted-release.yml) |Creates release build and submits it to App Store Connect. |
|iOS |Cloud |Test |[`ios-cloud-test`](.github/workflows/ios-cloud-test.yml) |Lints and tests the PR. |
|iOS |Cloud |Build |[`ios-cloud-build`](.github/workflows/ios-cloud-build.yml) |Creates enterprise release build and submits the build to App Center. |
|iOS |Cloud |Release |[`ios-cloud-release`](.github/workflows/ios-cloud-release.yml) |Creates release build and submits it to App Store Connect. |
|Platform |Runner |Action |File |Description |
|:--------------|:-----------|:-------|:------------------------------------------------------------------------------------|:---------------------------------------------------------------------|
|Universal |Cloud |Backup |[`universal-cloud-backup`](.github/workflows/universal-cloud-backup.yml) |Backups currently checked out ref to a remote repository. |
|Universal |Self-hosted |Backup |[`universal-selfhosted-backup`](.github/workflows/universal-selfhosted-backup.yml) |Backups currently checked out ref to a remote repository. |
|iOS |Self-hosted |Test |[`ios-selfhosted-test`](.github/workflows/ios-selfhosted-test.yml) |Lints and tests the PR. |
|iOS |Self-hosted |Build |[`ios-selfhosted-build`](.github/workflows/ios-selfhosted-build.yml) |Creates enterprise release build and submits the build to App Center. |
|iOS |Self-hosted |Release |[`ios-selfhosted-release`](.github/workflows/ios-selfhosted-release.yml) |Creates release build and submits it to App Store Connect. |
|iOS |Cloud |Test |[`ios-cloud-test`](.github/workflows/ios-cloud-test.yml) |Lints and tests the PR. |
|iOS |Cloud |Build |[`ios-cloud-build`](.github/workflows/ios-cloud-build.yml) |Creates enterprise release build and submits the build to App Center. |
|iOS |Cloud |Release |[`ios-cloud-release`](.github/workflows/ios-cloud-release.yml) |Creates release build and submits it to App Store Connect. |
|iOS (KMP) |Self-hosted |Test |[`ios-kmp-selfhosted-test`](.github/workflows/ios-kmp-selfhosted-test.yml) |Lints and tests the PR. |
|iOS (KMP) |Self-hosted |Build |[`ios-kmp-selfhosted-build`](.github/workflows/ios-kmp-selfhosted-build.yml) |Creates enterprise release build and submits the build to App Center. |
|iOS (KMP) |Self-hosted |Release |[`ios-kmp-selfhosted-release`](.github/workflows/ios-kmp-selfhosted-release.yml) |Creates release build and submits it to App Store Connect. |

## Contributors

Expand Down

0 comments on commit 08d2ca1

Please sign in to comment.