diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b70cb45..edabc88 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,12 +1,13 @@ name: CC2530 Zigbee Firmware Build on: - push: - branches: - - main # Triggers the action when code is pushed to the main branch - pull_request: - branches: - - main # Triggers the action for pull requests targeting the main branch + workflow_dispatch: + # push: + # branches: + # - main # Triggers the action when code is pushed to the main branch + # pull_request: + # branches: + # - main # Triggers the action for pull requests targeting the main branch jobs: build: