From f010bdc8ade8a5ea025ed705f38bb401ac70fd69 Mon Sep 17 00:00:00 2001 From: Splines Date: Wed, 15 Nov 2023 21:12:27 +0100 Subject: [PATCH] Add more events to trigger workflow See the docs here: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d903f7b0f..858699999 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -4,7 +4,7 @@ name: Linting # see https://github.com/orgs/community/discussions/26366 on: pull_request: - types: [synchronize] + types: [opened, reopened, synchronize, ready_for_review] jobs: