Skip to content

Commit

Permalink
chore: Third attempt at fixing prerelease building.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 23, 2024
1 parent 5246040 commit c7bc75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: ["master", "refs/tags/v*"]
release:
types: [released, prereleased]
types: ["published"]

# Cancel old PR builds when pushing new commits.
concurrency:
Expand Down

0 comments on commit c7bc75d

Please sign in to comment.