We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1744bd commit 90c5768Copy full SHA for 90c5768
.github/workflows/build-client.yml
@@ -2,7 +2,7 @@ name: Build and Push Client Image
2
3
on:
4
push:
5
- branches: [main]
+ branches: [master]
6
paths:
7
- 'client/**'
8
- '.github/workflows/build-client.yml'
.github/workflows/build-server.yml
@@ -2,7 +2,7 @@ name: Build and Push Server Image
- 'server/**'
- '.github/workflows/build-server.yml'
0 commit comments