Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 913d828

Browse files
committedAug 27, 2024·
only run if .changeset is updated
1 parent c0d10fd commit 913d828

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/changeset.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Changeset
22

33
on:
4+
push:
5+
branches:
6+
- "main"
7+
paths-ignore:
8+
- ".changeset/**"
49
pull_request:
10+
paths:
11+
- ".changeset/**"
512

613
jobs:
714
changeset:

0 commit comments

Comments
 (0)
Please sign in to comment.