diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e0f0ff..aa42245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,17 +12,9 @@ on: BRANCH: required: true default: 'master' - DEPLOY: - required: true - default: 'false' - type: choice - options: - - 'true' - - 'false' env: BRANCH: ${{ github.event.inputs.BRANCH || github.ref }} - DEPLOY: ${{ github.event.inputs.DEPLOY || 'false' }} jobs: build: