Skip to content

Commit

Permalink
CI: Add workflow_dispatch as a trigger for several workflows (#13423)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Aug 15, 2022
1 parent dc5f891 commit 76648ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check documentation build

on:
workflow_dispatch:
push:
branches: [master, 'release*']
tags: ['*']
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests

on:
workflow_dispatch:
push:
branches: [master, 'release*']
tags: ['*']
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_stubgenc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test stubgenc on pybind11-mypy-demo

on:
workflow_dispatch:
push:
branches: [master, 'release*']
tags: ['*']
Expand Down

0 comments on commit 76648ba

Please sign in to comment.