Skip to content

Commit

Permalink
ci(workflows): switch deployment branch
Browse files Browse the repository at this point in the history
Remove old deployment branch with project name prefix,
only deploy from "deploy" going forward.
  • Loading branch information
koeaw committed Jan 31, 2024
1 parent fa06ad1 commit 7cfc97d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-apis-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Deploy Frischmuth app
on:
push:
# run deployment only on pushes to specific branches
branches: ["deploy", "frischmuth/deploy"]
branches:
- deploy
# for triggering deployments manually via button in GitHub interface
workflow_dispatch:

Expand Down

0 comments on commit 7cfc97d

Please sign in to comment.