From 5573a63eeca572d3ac7f190e62a489427bc8bcbd Mon Sep 17 00:00:00 2001 From: Red S Date: Fri, 22 Nov 2024 22:36:51 -0800 Subject: [PATCH] fix: #114: rerun checks on push to PRs --- .github/workflows/conventionalcommits.yml | 2 +- .github/workflows/pythonpackage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: