Skip to content

Commit

Permalink
don't build artifacts on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
kipz committed Jan 31, 2025
1 parent 1a8802b commit 87df18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
build:
name: Build and Publish
runs-on: ubuntu-latest
#if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
strategy:
matrix:
goos: [linux, darwin]
Expand Down

0 comments on commit 87df18e

Please sign in to comment.