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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user