Skip to content

Commit 90c5768

Browse files
committed
Make master the default branch
1 parent b1744bd commit 90c5768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push Client Image
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
paths:
77
- 'client/**'
88
- '.github/workflows/build-client.yml'

.github/workflows/build-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push Server Image
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
paths:
77
- 'server/**'
88
- '.github/workflows/build-server.yml'

0 commit comments

Comments
 (0)