Skip to content

Commit

Permalink
Ignore main lints/tests on documentation-only updates
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Mar 4, 2024
1 parent fc931e4 commit f5e359d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ on:
- LICENSE
- NOTICE
- README.md
- docs
pull_request:
branches:
- main
paths-ignore:
- LICENSE
- NOTICE
- README.md
- docs
workflow_dispatch:
inputs:
ci-full:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_wiki.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Public Wiki
name: Publish Wiki

on:
push:
Expand Down

0 comments on commit f5e359d

Please sign in to comment.