We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d4721 commit 7da72d2Copy full SHA for 7da72d2
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - packages/**/*
9
+ - .changeset/**/*
10
workflow_dispatch:
11
permissions: {}
12
jobs:
0 commit comments