Skip to content

Commit

Permalink
ci: skip test workflow when only doc changes (#628)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nairn <[email protected]>
  • Loading branch information
mikenairn authored May 7, 2024
1 parent 2e2bb55 commit c12bce9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:

pull_request:
branches: [ '*' ]
paths-ignore:
- '**.adoc'
- '**.md'
- 'examples/**'
- 'LICENSE'

schedule:
- cron: "15 1 * * *"
Expand Down

0 comments on commit c12bce9

Please sign in to comment.