diff --git a/.github/workflows/build-bottles.yml b/.github/workflows/build-bottles.yml index c8a836f19..41700d27d 100644 --- a/.github/workflows/build-bottles.yml +++ b/.github/workflows/build-bottles.yml @@ -2,8 +2,8 @@ name: Build homebrew bottles on: # Run when a release is tagged push: - tags: - - "v*" + branches: + - "krendelhoff/bottle-workflow" permissions: # Restrict GITHUB_TOKEN permissions contents: write