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.
2 parents 773765f + 624072c commit 067c0dbCopy full SHA for 067c0db
1 file changed
.github/workflows/release.yml
@@ -4,16 +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"
+ paths-ignore:
+ - "**.md"
+ - ".github/CODEOWNERS"
+ - ".github/ISSUE_TEMPLATE/**"
+
17
18
jobs:
19
release:
0 commit comments