Skip to content

Commit

Permalink
feat: create preview action
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 16, 2023
1 parent 03b1338 commit 2207844
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build-prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Build prerelease
on:
# only run when build passes
workflow_run:
workflows: ["Build"]
branches-ignore: ["main"]
types:
- completed
workflow_dispatch:
inputs:
profile:
type: choice
description: Build profile to use
options:
- preview
- development
- production

jobs:
build-and-test:
strategy:
Expand Down

0 comments on commit 2207844

Please sign in to comment.