Workflows can be manually triggered

pull/23/head
Thorsten Sick 2 years ago
parent 497ea00dc8
commit a2bb40a7c4

@ -5,6 +5,8 @@ on:
branches: [ develop ] branches: [ develop ]
pull_request: pull_request:
branches: [ develop ] branches: [ develop ]
workflow_dispatch:
branches: [ develop ]
jobs: jobs:
build: build:

@ -5,6 +5,8 @@ on:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
workflow_dispatch:
branches: [ main ]
jobs: jobs:
build: build:

Loading…
Cancel
Save