diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41932e4..a841d44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Rust Cross-Platform Build on: workflow_dispatch: push: - branches: [ "main", "feature-*" ] + branches: [ "main", "feature/*", bug/* ] pull_request: branches: [ "main" ]