From cab6e8cf1a2a5280604386b64a3d782977b77bf3 Mon Sep 17 00:00:00 2001 From: mr2cents Date: Fri, 24 May 2024 23:31:45 -0400 Subject: [PATCH] In PyBNG its main not master oopsies --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a80b56d..be60ae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ name: ci-testing on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: REGISTRY: ghcr.io