Merge pull request #23 from avast/manual_workflows

Workflows can be manually triggered
pull/25/head
Thorsten Sick 3 years ago committed by GitHub
commit 1cb585db25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save