From 4550fd7b547cfa8a6d260db8dce96848de63ca6e Mon Sep 17 00:00:00 2001 From: alavenant Date: Wed, 13 Dec 2023 15:51:35 +0100 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index b4f1740..28df07e 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -1,25 +1,10 @@ name: cicd_deploy on: - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - type: choice - options: - - info - - warning - - debug - tags: - description: 'Test scenario tags' - required: false - type: boolean - environment: - description: 'Environment to run tests against' - type: environment - required: true + # For now, run each time some code are push on main + push: + branches: + - main env: DOCKER_REPO: ignimagelidar/pdal_ign_plugin