diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a1c86..178f363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,11 @@ name: CI on: pull_request: + branches: + - main push: branches: - main - - "feature/**" - - "fix/**" - - "hotfix/**" - - "refactor/**" jobs: build_test_pack: