You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-to-control-plane.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@ name: Deploy-To-Control-Plane
6
6
on:
7
7
# Uncomment the lines you want actions that will cause the workflow to Triggers the workflow on push or pull request events but only for the main branch
8
8
push:
9
-
branches: [main]
10
-
# pull_request:
11
-
# branches: [main]
9
+
branches: [master]
12
10
13
11
# Allows you to run this workflow manually from the Actions tab
0 commit comments