Skip to content

Commit 4890a54

Browse files
committed
Change main to master
1 parent fbcbd31 commit 4890a54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-to-control-plane.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ name: Deploy-To-Control-Plane
66
on:
77
# 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
88
push:
9-
branches: [main]
10-
# pull_request:
11-
# branches: [main]
9+
branches: [master]
1210

1311
# Allows you to run this workflow manually from the Actions tab
1412
workflow_dispatch:

0 commit comments

Comments
 (0)