Add workflow_dispatch to all workflows

This commit is contained in:
ado
2023-08-07 18:48:21 +02:00
parent 65371d05f3
commit 5f27595ec1
7 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
name: single-header-ci
on:
workflow_dispatch:
push:
branches:
- master
@@ -15,8 +17,6 @@ on:
- improvement/**
- bugfix/**
workflow_dispatch:
jobs:
single_header_tests:
if: >-