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