Skip to content

Commit

Permalink
Update check_docstrings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Nov 26, 2024
1 parent 646ec55 commit e8742d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_docstrings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check docstrings

on: [push, pull_request]
on:
pull_request:
push:
branches: [main]

jobs:
check_docstrings:
Expand Down

0 comments on commit e8742d5

Please sign in to comment.