From 986130a0bdb9d1eea278d0a812517d020a0af6b3 Mon Sep 17 00:00:00 2001 From: Gabryel Reyes Date: Mon, 15 Apr 2024 09:21:35 +0200 Subject: [PATCH] Trigger on push --- .github/workflows/simulation_ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/simulation_ci.yml b/.github/workflows/simulation_ci.yml index fb6e89ef..b4379e86 100644 --- a/.github/workflows/simulation_ci.yml +++ b/.github/workflows/simulation_ci.yml @@ -2,6 +2,8 @@ name: Build_Simulation # Controls when the action will run. on: + push: + branches: [ '**' ] # Allows you to run this workflow manually from the Actions tab. workflow_dispatch: