Skip to content

Commit a019180

Browse files
committed
change default to push on main to ops
1 parent f56b36f commit a019180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
branch: ${{ github.event_name == 'push' && github.ref_name || github.ref }}
2222

2323
# When pushing to "main", publish and deploy to "dev" (CD). For PRs, skip publishing and deploying (run CI only)
24-
environment: ${{ (github.event_name == 'push' && github.ref_name == 'main') && 'dev' || 'none' }}
24+
environment: ${{ (github.event_name == 'push' && github.ref_name == 'main') && 'ops' || 'none' }}
2525

2626
# Deploy provisioned plugin to Grafana Cloud
2727
grafana-cloud-deployment-type: provisioned

0 commit comments

Comments
 (0)