diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ffd317c3..723ca1b70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: pull_request: branches: [ "master" ] + workflow_dispatch: + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -16,6 +18,7 @@ env: jobs: build: + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: