From c3221099e64582d2bbf056c01ee04d893f29e313 Mon Sep 17 00:00:00 2001 From: Grant Foster Date: Sun, 14 Jun 2026 18:19:10 -0700 Subject: [PATCH] ci: branch trigger main after default rename --- .github/workflows/bimross-website-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bimross-website-image.yml b/.github/workflows/bimross-website-image.yml index 00a2a44..4d87735 100644 --- a/.github/workflows/bimross-website-image.yml +++ b/.github/workflows/bimross-website-image.yml @@ -4,13 +4,13 @@ on: push: branches: - main - - master + - main tags: - "v*" pull_request: branches: - main - - master + - main workflow_dispatch: env: @@ -143,4 +143,4 @@ jobs: images: | geeemoney/bimross-website manifest_paths: ${{ needs.version.outputs.manifest_paths }} - commit_subject: ${{ needs.version.outputs.commit_subject }} + commit_subject: ${{ needs.version.outputs.commit_subject }} \ No newline at end of file