From ba9a66442de550b991071fe56afa560af3cd3ce1 Mon Sep 17 00:00:00 2001 From: Mikko Riippi Date: Mon, 9 Sep 2024 15:59:16 +0300 Subject: [PATCH] ci: update script from master to main --- .github/workflows/publish-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index f233a39..c6e8399 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -2,9 +2,9 @@ name: Create and publish a container image on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: REGISTRY: ghcr.io