From fed6cc20aaa52d058a1a8c624b1564a9ecb74e04 Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern Date: Fri, 15 Dec 2023 15:26:31 +0100 Subject: [PATCH] change trigger of CI-workflow --- .github/workflows/CI_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_actions.yml b/.github/workflows/CI_actions.yml index 7b63787..7807f40 100644 --- a/.github/workflows/CI_actions.yml +++ b/.github/workflows/CI_actions.yml @@ -8,7 +8,7 @@ on: # run on pull requests to master branch pull_request: branches: [master] - types: [synchronize, opened, reopened, ready_for_review] + types: [synchronize, opened, reopened] # run on pushes to master branch push: