Skip to content

Commit

Permalink
build: create preview releases on pr's with preview-release labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Sep 2, 2024
1 parent e906612 commit 727e77d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- main
pull_request:
types:
- labeled

jobs:
build:
if: github.ref == 'refs/heads/main' || github.event.pull_request.labels.*.name contains 'preview-release'
name: Create Preview Release
timeout-minutes: 15
runs-on: ubuntu-latest
Expand Down

0 comments on commit 727e77d

Please sign in to comment.