Skip to content

Commit c9f8ecb

Browse files
committed
Remove branch-specific triggers from GitOps staging workflow
1 parent 46b1c28 commit c9f8ecb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/gitops-staging.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
name: GitOps - Deploy to Staging (Terraform)
22
on:
3-
push:
4-
branches:
5-
- "raymond/feat/setup-gitops"
6-
paths:
7-
- "server/**"
8-
- "client/dashboard/**"
9-
- "client/sdk/**"
103
workflow_dispatch:
114
inputs:
125
name:

0 commit comments

Comments
 (0)