Skip to content

Commit

Permalink
feat: Publish on pre releases
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jun 1, 2024
1 parent 3dbc879 commit 6bd82ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags-ignore: [ "**" ]
pull_request:
release:
types: [ released ]
types: [ released, prereleased ]

concurrency:
group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"
Expand Down

0 comments on commit 6bd82ac

Please sign in to comment.