Skip to content

Commit

Permalink
run docs workflow on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
YouGuessedMyName committed Oct 12, 2024
1 parent bfd372c commit 952d22f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Docs

on:
# Runs on pushes targeting the default branch
# Runs on pushes targeting the default branch and pull requests.
push:
branches: [main]
pull_request:
types: [opened, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit 952d22f

Please sign in to comment.