Skip to content

Commit 76648ba

Browse files
authored
CI: Add workflow_dispatch as a trigger for several workflows (#13423)
1 parent dc5f891 commit 76648ba

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Check documentation build
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [master, 'release*']
67
tags: ['*']

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [master, 'release*']
67
tags: ['*']

.github/workflows/test_stubgenc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Test stubgenc on pybind11-mypy-demo
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [master, 'release*']
67
tags: ['*']

0 commit comments

Comments
 (0)