From 678bfd28dcc17e18061aa65160ebb7504fd8110d Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern Date: Fri, 15 Dec 2023 15:28:23 +0100 Subject: [PATCH] update trigger for push --- .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 7807f40..dc6335c 100644 --- a/.github/workflows/CI_actions.yml +++ b/.github/workflows/CI_actions.yml @@ -12,7 +12,7 @@ on: # run on pushes to master branch push: - #branches: [master] + branches: [master] # jobs define the steps that will be executed on the runner jobs: