Make the docstring bot work only on master (#2078)

This commit is contained in:
Sara Zan 2022-02-01 14:09:55 +01:00 committed by GitHub
parent 525884e4cf
commit 649d074057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"