feat : Update main workflow configuration with new trigger option

- This commit updates the main workflow configuration to include a new trigger option, allowing the build job to be triggered by manual workflow.
This commit is contained in:
2025-02-23 10:11:07 +01:00
parent bb9e195485
commit 69de01e9b3

View File

@@ -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: