Skip to content

Commit 46b1c28

Browse files
committed
Quote branch name in GitOps staging workflow trigger configuration.
1 parent 7eda530 commit 46b1c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitops-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GitOps - Deploy to Staging (Terraform)
22
on:
33
push:
44
branches:
5-
- raymond/feat/setup-gitops
5+
- "raymond/feat/setup-gitops"
66
paths:
77
- "server/**"
88
- "client/dashboard/**"

0 commit comments

Comments
 (0)