From 02bf482c7237d83769c884b5ab184a823693aadc Mon Sep 17 00:00:00 2001 From: Gijs de Jong Date: Thu, 11 Jan 2024 11:42:36 +0100 Subject: [PATCH] trigger integration-test action --- .github/workflows/run-integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index ad07e11b187..b5dae5e94b2 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -7,6 +7,8 @@ # https://docs.github.com/en/actions/learn-github-actions/expressions#example-returning-a-json-object name: "Integration tests" on: + pull_request: + branches: [ master ] issue_comment: types: [ created ] permissions: