mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-12 07:39:19 +00:00
Target prerelease branch for deployment testing
Temporarily deploy on merge to prerelease branch instead of main. This allows testing the deploy workflow without requiring PR approval. TODO: Switch back to main after testing is complete. Signed-off-by: Marc Campbell <marc.e.campbell@gmail.com>
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -3,7 +3,8 @@ name: Deploy ttl.sh
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- prerelease # Temporary: deploy on prerelease for testing
|
||||
# - main # TODO: Switch back to main after testing
|
||||
workflow_dispatch: # Manual trigger for emergencies
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user