Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run integration tests on PR
Browse files Browse the repository at this point in the history
collindutter committed Apr 12, 2024
1 parent 832479c commit 2586932
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/doc-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Doc Integration Tests

on: workflow_dispatch
on:
pull_request_target:
types:
- opened
paths:
- "docs/**"

jobs:
test:

0 comments on commit 2586932

Please sign in to comment.