diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 2d3a9d9..a9cf9bf 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -4,16 +4,11 @@ on: push: branches: - main + - release merge_group: pull_request: branches: - main - workflow_dispatch: - inputs: - production_release: - description: "Production release?" - required: true - default: "true" concurrency: group: ${{ github.workflow }}-${{ github.ref }}