Skip to content

Commit

Permalink
trigger the workflow on pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jan 8, 2025
1 parent 197ed4d commit 3ef07e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Release Prep

on:
push:
branches:
- issue-421-prepare-release
workflow_dispatch:
inputs:
branch:
description: 'Branch to merge release notes and code analysis into.'
required: true
default: 'issue-421-prepare-release'
default: 'main'
version:
description:
'Version to use for the release. Must be in format: X.Y.Z.'
Expand Down

0 comments on commit 3ef07e7

Please sign in to comment.