mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Add workflow_dispatch to all workflows
This commit is contained in:
parent
65371d05f3
commit
5f27595ec1
4
.github/workflows/single-header.yml
vendored
4
.github/workflows/single-header.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: single-header-ci
|
name: single-header-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -15,8 +17,6 @@ on:
|
|||||||
- improvement/**
|
- improvement/**
|
||||||
- bugfix/**
|
- bugfix/**
|
||||||
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
single_header_tests:
|
single_header_tests:
|
||||||
if: >-
|
if: >-
|
||||||
|
2
.github/workflows/ubuntu-latest-clang.yml
vendored
2
.github/workflows/ubuntu-latest-clang.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: ubuntu-latest-clang-ci
|
name: ubuntu-latest-clang-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
2
.github/workflows/ubuntu-latest-gcc.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: ubuntu-latest-gcc-ci
|
name: ubuntu-latest-gcc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
2
.github/workflows/ubuntu-latest-icc.yml
vendored
2
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: ubuntu-latest-icc-ci
|
name: ubuntu-latest-icc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
2
.github/workflows/win-msvc.yml
vendored
2
.github/workflows/win-msvc.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: win-msvc-ci
|
name: win-msvc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
2
.github/workflows/win-msys2-clang.yml
vendored
2
.github/workflows/win-msys2-clang.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: win-msys2-clang-ci
|
name: win-msys2-clang-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
2
.github/workflows/win-msys2-gcc.yml
vendored
2
.github/workflows/win-msys2-gcc.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: win-msys2-gcc-ci
|
name: win-msys2-gcc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user