Skip to content

Commit

Permalink
Don't build and run tests for docs-only changes. (#1275)
Browse files Browse the repository at this point in the history
* Don't build for docs-only changes.

Signed-off-by: gregmarr <gregmarr@users.noreply.github.com>

* Don't run tests for docs-only changes.

Signed-off-by: gregmarr <gregmarr@users.noreply.github.com>

---------

Signed-off-by: gregmarr <gregmarr@users.noreply.github.com>
  • Loading branch information
gregmarr committed Sep 7, 2024
1 parent 2949161 commit f1b8d9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-cppfront.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Multi-platform Build of cppfront
on:
pull_request:
branches-ignore:
- docs
paths-ignore:
- 'docs/**'
push:
branches-ignore:
- docs
paths-ignore:
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Regression tests

on:
pull_request:
branches-ignore:
- docs
paths-ignore:
- 'docs/**'
push:
branches-ignore:
- docs
paths-ignore:
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f1b8d9c

Please sign in to comment.