wf dispatch

This commit is contained in:
Roger Sacchelli 2024-04-12 01:34:25 -03:00
parent 772198b631
commit e4b81a8dc0
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ name: Oktopus Frontend
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch: # This event triggers the workflow manually
on:
workflow_dispatch # This event triggers the workflow manually
#push:
# branches: [ dev ]
#pull_request:

View File

@ -3,7 +3,7 @@ name: Oktopus MQTT Broker
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch: # This event triggers the workflow manually
workflow_dispatch # This event triggers the workflow manually
#push:
# branches: [ dev ]
#pull_request: