Skip to content

Commit

Permalink
remove synchronize
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 11, 2024
1 parent bf9afaf commit 62ae474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
types: [ opened, synchronize, reopened, ready_for_review ]
types: [ opened, reopened, ready_for_review ]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches:
- main
types: [ opened, synchronize, reopened, ready_for_review ]
types: [ opened, reopened, ready_for_review ]

jobs:
test:
Expand Down

0 comments on commit 62ae474

Please sign in to comment.