Skip to content

Commit cb94fd6

Browse files
authored
Change build branch from 'epic/next-gen-base' to 'main' (#35)
* Change build branch from 'epic/next-gen-base' to 'main' Signed-off-by: Arjo Chakravarty <arjo129@gmail.com> * Change CI workflow branch from epic to main Signed-off-by: Arjo Chakravarty <arjo129@gmail.com> --------- Signed-off-by: Arjo Chakravarty <arjo129@gmail.com>
1 parent cef7fc2 commit cb94fd6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish Base Container
22

33
on:
44
push:
5-
branches: [ epic/next-gen-base ]
5+
branches: [ main ]
66
paths:
77
- 'docker/Dockerfile.base'
88
- 'docker/base.repos'

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [ epic/next-gen-base ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ epic/next-gen-base ]
7+
branches: [ main ]
88

99
jobs:
1010
ci-check:

0 commit comments

Comments
 (0)