Skip to content

Commit

Permalink
Merge branch 'main' of github.com:triggerdotdev/trigger.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed Oct 10, 2023
2 parents 773765f + 624072c commit 067c0db
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ on:
push:
branches:
- main
paths:
- ".github/workflows/release.yml"
- "packages/**"
- "!packages/**/*.md"
- ".changeset/**"
- "integrations/**"
- "!integrations/**/*.md"
- "pnpm-lock.yaml"
- "pnpm-workspace.yaml"
- "turbo.json"
paths-ignore:
- "**.md"
- ".github/CODEOWNERS"
- ".github/ISSUE_TEMPLATE/**"


jobs:
release:
Expand Down

0 comments on commit 067c0db

Please sign in to comment.