Skip to content
Merged
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Automated release via Changesets.
#
# On push to main:
# On tagging:
# - If there are unreleased changesets, opens/updates a release version
# PR that bumps versions and updates changelogs.
# - If there are no unreleased changesets, builds, tests, and publishes
Expand All @@ -12,7 +12,8 @@ name: Release

on:
push:
branches: [main]
tags:
- 'v*'

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
Loading