We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af61e1a commit 5f4eb54Copy full SHA for 5f4eb54
.github/workflows/publish-demo-app.yml
@@ -1,5 +1,9 @@
1
-name: 🚀 Publish Demo App
+name: 🚀 Publish Demo App (TestFlight)
2
+
3
on:
4
+ pull_request:
5
+ branches:
6
+ - develop
7
workflow_dispatch:
8
workflow_call:
9
secrets: # When triggered via another workflow, secrets are not automatically forwarded
0 commit comments