From 396f9584ae178385e2c8387a62942bafc990c716 Mon Sep 17 00:00:00 2001 From: Charles-Henri Prat Date: Wed, 25 Oct 2023 14:38:33 +0200 Subject: [PATCH] fix 'on' syntax --- .github/workflows/test_env.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_env.yml b/.github/workflows/test_env.yml index 111f87ff..ae28622d 100644 --- a/.github/workflows/test_env.yml +++ b/.github/workflows/test_env.yml @@ -1,9 +1,9 @@ name: Unit tests on many environments on: - - push: - branches: - - dummy_dev - - workflow_dispatch + push: + branches: + - dummy_dev + workflow_dispatch: jobs: Explore-GitHub-Actions: