wf dispatch
This commit is contained in:
parent
772198b631
commit
e4b81a8dc0
2
.github/workflows/frontend.yaml
vendored
2
.github/workflows/frontend.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: Oktopus Frontend
|
||||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
# events but only for the master branch
|
# events but only for the master branch
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # This event triggers the workflow manually
|
workflow_dispatch # This event triggers the workflow manually
|
||||||
#push:
|
#push:
|
||||||
# branches: [ dev ]
|
# branches: [ dev ]
|
||||||
#pull_request:
|
#pull_request:
|
||||||
|
|
|
||||||
2
.github/workflows/mqtt.yaml
vendored
2
.github/workflows/mqtt.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: Oktopus MQTT Broker
|
||||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
# events but only for the master branch
|
# events but only for the master branch
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # This event triggers the workflow manually
|
workflow_dispatch # This event triggers the workflow manually
|
||||||
#push:
|
#push:
|
||||||
# branches: [ dev ]
|
# branches: [ dev ]
|
||||||
#pull_request:
|
#pull_request:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user