diff --git a/.github/workflows/build_base.yml b/.github/workflows/build_base.yml index 1ce6628..dd533d8 100644 --- a/.github/workflows/build_base.yml +++ b/.github/workflows/build_base.yml @@ -2,7 +2,7 @@ name: Build and Publish Base Container on: push: - branches: [ epic/next-gen-base ] + branches: [ main ] paths: - 'docker/Dockerfile.base' - 'docker/base.repos' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cb4151..ee381e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Next-Gen Prototype CI on: push: - branches: [ epic/next-gen-base ] + branches: [ main ] pull_request: - branches: [ epic/next-gen-base ] + branches: [ main ] jobs: ci-check: