From 36bd6f02089613205c58ce4d92929fc2a24f9dd1 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 1 Apr 2023 07:48:13 +0200 Subject: [PATCH] Change default branch to main --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index cd92f40..6a48a71 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -2,7 +2,7 @@ name: Publish Docker Image on: push: branches: - - master + - main jobs: clang-format: runs-on: ubuntu-22.04