Skip to content

Commit 5c2568c

Browse files
committed
Remove main branch trigger from GitOps staging workflow
1 parent c9f8ecb commit 5c2568c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gitops-staging.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
name: GitOps - Deploy to Staging (Terraform)
1+
name: Deploy to Staging
22
on:
3+
push:
4+
branches:
5+
- "raymond/**"
36
workflow_dispatch:
47
inputs:
58
name:

0 commit comments

Comments
 (0)