Skip to content

Commit 2f0475a

Browse files
committed
Consider migrate-api-to-websocket as master
1 parent a8089e2 commit 2f0475a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/deploy-coa-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- "migrate-api-to-websocket"
7+
- "master"
88
jobs:
99
deploy-dm:
1010
runs-on: ubuntu-latest

.github/workflows/deploy-duck-estimator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "apps/duck-estimator/**"
99
- "pnpm-lock.yaml"
1010
branches:
11-
- "migrate-api-to-websocket"
11+
- "master"
1212
jobs:
1313
deploy-duck-estimator:
1414
runs-on: ubuntu-latest

.github/workflows/deploy-ducksmanager.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- "master"
8-
- "migrate-api-to-websocket"
98
jobs:
109
deploy-dm:
1110
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)