Skip to content

Commit

Permalink
build: CI should no longer build from docpages changes (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 authored Dec 5, 2023
1 parent 307ae66 commit 7408958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '**.cmake'
- '**ci.yml'
- '**CMakeLists.txt'
- '!**/docpages/**' # Never allow docpages to build CI from doc PRs.
pull_request:
paths:
- '**Dockerfile'
Expand All @@ -20,6 +21,7 @@ on:
- '**.cmake'
- '**ci.yml'
- '**CMakeLists.txt'
- '!**/docpages/**'

permissions:
contents: read
Expand Down

0 comments on commit 7408958

Please sign in to comment.