Skip to content

Commit

Permalink
fix: #114: rerun checks on push to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Nov 23, 2024
1 parent ee9a787 commit 5573a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventionalcommits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Conventional Commits
on:
pull_request:
branches: [ main ]
types: [opened, reopened, edited]
types: [opened, reopened, edited, synchronize]

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

jobs:
build:
Expand Down

0 comments on commit 5573a63

Please sign in to comment.