Skip to content

Commit

Permalink
do macos builds only on main branch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Nov 1, 2023
1 parent 140a257 commit ed1555f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build macOS

on:
push:
branches:
- "main"
paths-ignore:
- "README.md"
- "CHANGELOG.md"
Expand All @@ -11,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]

runs-on: macos-latest

Expand Down

0 comments on commit ed1555f

Please sign in to comment.