diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b2a8ea1..f5e0f73 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [ "main" ] + branches: [ "CPU" ] pull_request: - branches: [ "main" ] + branches: [ "CPU" ] workflow_dispatch: jobs: