Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/build-prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Build Pre-release

on:
push:
branches:
- main
# This makes the workflow completely manual.
workflow_dispatch:
# You can optionally add inputs for the person running the workflow.
inputs:
reason:
description: 'Reason for building the pre-release'
required: true
default: 'Testing release candidate'

jobs:
check-config:
Expand Down
Loading