We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37576f commit 624072cCopy full SHA for 624072c
1 file changed
.github/workflows/release.yml
@@ -4,20 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - ".github/workflows/release.yml"
9
- - "packages/**"
10
- - "!packages/**/*.md"
11
- - ".changeset/**"
12
- - "integrations/**"
13
- - "!integrations/**/*.md"
14
- - "pnpm-lock.yaml"
15
- - "pnpm-workspace.yaml"
16
- - "turbo.json"
17
paths-ignore:
18
- "**.md"
19
- ".github/CODEOWNERS"
20
- ".github/ISSUE_TEMPLATE/**"
+
21
22
jobs:
23
release:
0 commit comments