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