Skip to content

Commit

Permalink
Fixing github action - Moving synchronize to the right file (#1991)
Browse files Browse the repository at this point in the history
Moving synchronize to the write file
  • Loading branch information
EerierGosling authored Jul 18, 2024
1 parent 0f3c01b commit e8efd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typescript_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: TypeScript Check

on:
pull_request:
types: [opened, reopened, edited, synchronize]
types: [opened, reopened, edited]

jobs:
# Test job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Tests

on:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, edited, synchronize]

jobs:
build:
Expand Down

0 comments on commit e8efd90

Please sign in to comment.