diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b6f8c6b..c64864f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: Continuous Integration on: push: branches: - - main - - 'feature/**' + - master pull_request: - branches: [main] + branches: [master] + workflow_dispatch: jobs: build: name: Build