Skip to content

Commit 9861676

Browse files
authored
Merge pull request #4587 from project-koku/release_prod-hccm.83000
Deployment commit for prod-hccm
2 parents 6332590 + eeabd7b commit 9861676

File tree

4 files changed

+222
-35
lines changed

4 files changed

+222
-35
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: [ main, prod-beta, prod-stable, stage-beta, stage-stable ]
5+
branches:
6+
- main
67
push:
7-
branches: [ main, prod-beta, prod-stable, stage-beta, stage-stable ]
8+
branches:
9+
- main
810

911
env:
1012
BRANCH: ${{ github.base_ref }}

.github/workflows/tag_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Tag Release
22
on:
33
push:
4-
branches:
5-
- prod-stable
4+
branches: [ prod-hccm, prod-ros ]
65
jobs:
76
tag_release:
87
runs-on: ubuntu-latest

apps/koku-ui-onprem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"ts-patch": "^3.3.0",
6262
"typescript": "^5.9.3",
6363
"webpack": "5.102.1",
64-
"webpack-dev-server": "5.1.0"
64+
"webpack-dev-server": "5.2.1"
6565
}
6666
}

0 commit comments

Comments
 (0)