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