Skip to content

Commit

Permalink
docs.yml: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 24, 2024
1 parent 15bd02c commit 1b95284
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: docs

on:
push
branches: [main]
# when a review is requested on a PR that targets `main`,
# or the PR is closed:
push:
branches:
- main
# when a review is requested on a PR that targets `main`, or the PR is closed:
# pull_request:
# types: [review_requested, closed]

Expand Down

0 comments on commit 1b95284

Please sign in to comment.