Skip to content

Commit e630e17

Browse files
committed
CI: workflow_dispatch
1 parent f2eeb3f commit e630e17

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-linux-clang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches: [ "main" ]
99
paths: [ 'library/**', 'test/**', 'CMakeLists.txt' ]
10+
workflow_dispatch:
1011

1112
jobs:
1213
specialize:

.github/workflows/ci-linux-gcc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches: [ "main" ]
99
paths: [ 'library/**', 'test/**', 'CMakeLists.txt' ]
10+
workflow_dispatch:
1011

1112
jobs:
1213
specialize:

.github/workflows/ci-macos-clang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches: [ "main" ]
99
paths: [ 'library/**', 'test/**', 'CMakeLists.txt' ]
10+
workflow_dispatch:
1011

1112
jobs:
1213
specialize:

.github/workflows/ci-windows-msvc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches: [ "main" ]
99
paths: [ 'library/**', 'test/**', 'CMakeLists.txt' ]
10+
workflow_dispatch:
1011

1112
jobs:
1213
specialize:

0 commit comments

Comments
 (0)