Enable manually trigger on GitHub Workflows (#2620)

This commit is contained in:
Vlastimil Ovčáčík 2021-10-04 14:41:54 +02:00 committed by GitHub
parent b734f657f9
commit 179993f0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
branches: [ master, devel ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
analyze:

View File

@ -6,6 +6,7 @@ on:
branches: [ master, devel ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:

View File

@ -6,6 +6,7 @@ on:
branches: [ master, devel ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build: