Skip to content

Commit

Permalink
More pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 19, 2024
1 parent ceaf422 commit 0d1f547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
# Allow manual runs through the web UI
workflow_dispatch:
push:
# Only run CI on release branches and main
# Only run CI on main, release branches, and pre-release auto PRs
branches:
- 'main'
- '*.*'
- 'prepare-v*'
tags:
- 'v*'
- '!*dev*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ jobs:
title: 'Prepare for release of v${{ inputs.version }}'
body: |
This PR renders the changelog and updates the JSON attrs before release of v${{ inputs.version }}.
labels: |
no changelog

0 comments on commit 0d1f547

Please sign in to comment.