From 8ce91e18ca4e3fc2c3f0dcc111140ee02cd2c15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Slov=C3=A1k?= <34162967+erik-slovak@users.noreply.github.com> Date: Mon, 27 May 2024 18:57:03 +0200 Subject: [PATCH] chore: add `ready_for_review` to workflow triggers (#637) --- .github/workflows/code-style.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 2be68dd..6fe7d2e 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -6,6 +6,7 @@ on: - opened - reopened - synchronize + - ready_for_review jobs: lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index acda025..d56cf2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: - opened - reopened - synchronize + - ready_for_review jobs: test: