Skip to content

Commit

Permalink
publish with label
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Jul 18, 2024
1 parent 69744ac commit 0470597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
preview-release:
if: github.repository == 'huntabyte/bits-ui' && (!github.event.pull_request.draft)
if: github.repository == 'huntabyte/bits-ui' && contains(github.event.pull_request.labels.*.name, 'publish:preview')
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0470597

Please sign in to comment.