Merge pull request #2431 from Exiv2/ciEnableWorkflowDispatchOnWindowsBuilds

Enable Workflow dispatch on Windows CI jobs
main
Luis Díaz Más 3 years ago committed by GitHub
commit cabcd5eee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "*.md" - "*.md"
workflow_dispatch:
push: push:
branches: branches:
- main - main

Loading…
Cancel
Save