Skip to content

Commit daf0d24

Browse files
docs, packages: update workflows
1 parent c868557 commit daf0d24

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/changelog-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Changelog and Release
22

33
on:
44
push:
5+
branches:
6+
- main
57
tags:
68
- 'v*.*.*'
79
paths:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish to npm
22

33
on:
44
push:
5+
branches:
6+
- main
57
tags:
68
- 'v*.*.*'
79
paths:

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @stepperize/react
1+
# Stepperize for React
22

33
A React library for creating stepper components with a focus on accessibility and customization.
44

0 commit comments

Comments
 (0)