diff --git a/.github/workflows/upload_sdk.yml b/.github/workflows/upload_sdk.yml index f76e9adb..9faa33e4 100644 --- a/.github/workflows/upload_sdk.yml +++ b/.github/workflows/upload_sdk.yml @@ -1,12 +1,12 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: App SDK upload # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ master ] + branches: [ master, launch ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: