Skip to content

Commit 067c0db

Browse files
committed
Merge branch 'main' of github.com:triggerdotdev/trigger.dev
2 parents 773765f + 624072c commit 067c0db

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ on:
44
push:
55
branches:
66
- 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"
7+
paths-ignore:
8+
- "**.md"
9+
- ".github/CODEOWNERS"
10+
- ".github/ISSUE_TEMPLATE/**"
11+
1712

1813
jobs:
1914
release:

0 commit comments

Comments
 (0)