From dc685baad69bde6e3d401993f121bf5648c7b922 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Thu, 7 Dec 2023 17:12:00 +0100 Subject: [PATCH] CI/CD: fix main branch name --- .github/workflows/delivery.yml | 2 +- .github/workflows/status-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index e3db0ed..2a6446f 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -2,7 +2,7 @@ name: Delivery on: push: - branches: [ master ] + branches: [ main ] release: # Note: a current limitation is that when a release is edited after publication, then the Docker tags are not automatically updated. types: [ published ] diff --git a/.github/workflows/status-checks.yml b/.github/workflows/status-checks.yml index 770c713..50db991 100644 --- a/.github/workflows/status-checks.yml +++ b/.github/workflows/status-checks.yml @@ -3,7 +3,7 @@ name: Status checks on: push: - branches: [ master ] + branches: [ main ] pull_request: schedule: # Run every monday on 9:00 in the morning (UTC).