From bd08a0925d4ea307a6b2d044fc60f6d7fdfe1292 Mon Sep 17 00:00:00 2001 From: Adrien KISSIE Date: Fri, 13 Sep 2024 00:30:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20use=20`main`=20as=20the=20ci=20B?= =?UTF-8?q?RANCH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-push-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yaml b/.github/workflows/build-and-push-images.yaml index 52c82d40..5f786d52 100644 --- a/.github/workflows/build-and-push-images.yaml +++ b/.github/workflows/build-and-push-images.yaml @@ -3,7 +3,7 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: - - develop + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: