diff --git a/.github/workflows/conventionalcommits.yml b/.github/workflows/conventionalcommits.yml index ae2d6a7..9373e5d 100644 --- a/.github/workflows/conventionalcommits.yml +++ b/.github/workflows/conventionalcommits.yml @@ -3,7 +3,7 @@ name: Conventional Commits on: pull_request: branches: [ main ] - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] jobs: build: diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 05a9b9a..ff7bd9e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -8,7 +8,7 @@ on: branches: [ main ] pull_request: branches: [ main ] - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] jobs: build: