commit e34a4e8efce08d43eaa52c26f6a9519afcb9c88a parent 1b0a5aa26e453b50588420528afbd99691391680 Author: Melissa Xie <me@melissaxie.com> Date: Wed, 17 Nov 2021 09:36:10 -0500 Add manual trigger for workflow Useful for testing and debugging Diffstat:
M | .github/workflows/publish.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -3,6 +3,7 @@ name: Publish to TestFlight on: release: types: [created] + workflow_dispatch: jobs: build-app: