diff --git a/.github/workflows/update_docsstrings_tutorials.yml b/.github/workflows/update_docsstrings_tutorials.yml index 362bd36be..0b45219ee 100644 --- a/.github/workflows/update_docsstrings_tutorials.yml +++ b/.github/workflows/update_docsstrings_tutorials.yml @@ -3,10 +3,10 @@ name: Update Docstrings and Tutorials # Controls when the action will run. Triggers the workflow on push # events but only for the master branch on: + workflow_dispatch: push: - branches-ignore: + branches: - master - - benchmarks jobs: # This workflow contains a single job called "build"