Skip to content

Commit

Permalink
Test github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed Oct 3, 2023
1 parent 392353c commit 79a01a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/recap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request Recap

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

jobs:
recap:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Test Code Review"

on:
pull_request:
types: [edited]
types: [synchronize]
paths-ignore:
- "*.md"
- "LICENSE"
Expand Down

0 comments on commit 79a01a2

Please sign in to comment.