Skip to content

Commit

Permalink
chore(pie-monorepo): DSW-000 Don't re-run the build when adding assig…
Browse files Browse the repository at this point in the history
…nees (#1569)

DSW-000: Don't re-run the build when adding assignees
  • Loading branch information
xander-marjoram authored Jul 2, 2024
1 parent 2c2b1e2 commit a0a9e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
pull_request:
types: [assigned, opened, synchronize, reopened, "ready_for_review"]
types: [opened, synchronize, reopened, "ready_for_review"]
paths-ignore:
- "apps/examples/**"
- ".husky/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-apps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Example Apps

on:
pull_request:
types: [assigned, opened, synchronize, reopened, "ready_for_review"]
types: [opened, synchronize, reopened, "ready_for_review"]
push:
branches:
- main
Expand Down

0 comments on commit a0a9e67

Please sign in to comment.