Skip to content

Commit

Permalink
build: add deploy branch to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koeaw committed Dec 11, 2023
1 parent 3ba8636 commit 6706ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apis-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy
on:
push:
# Run deployment only on pushes to main, not other branches
branches: []
branches: ["frischmuth/deploy"]
# Allows you to run this workflow manually from the Actions tab or through HTTP API
workflow_dispatch:

Expand Down

0 comments on commit 6706ce9

Please sign in to comment.