diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 612ccef..07de0a6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,6 +6,7 @@ on: branches: release pull_request: branches: release + types: [opened, reopened, edited] schedule: - cron: "0 13 * * *" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f5a016..f111e3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: branches: release pull_request: branches: release + types: [opened, reopened, edited] schedule: - cron: "0 13 * * *"