diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ff250f..225dbf1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,15 +3,13 @@ name: 👷 Continuous Deployment on: push: branches: - - master - - ci - + - main pull_request: - branches: - - master + types: [opened, synchronize, unlabeled] + workflow_dispatch: jobs: - Build: + BuildQt6: runs-on: ${{ matrix.os }} strategy: matrix: