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 name: CC2530 Zigbee Firmware Build
on: on:
push: workflow_dispatch:
branches: # push:
- main # Triggers the action when code is pushed to the main branch # branches:
pull_request: # - main # Triggers the action when code is pushed to the main branch
branches: # pull_request:
- main # Triggers the action for pull requests targeting the main branch # branches:
# - main # Triggers the action for pull requests targeting the main branch
jobs: jobs:
build: build: