Skip to content

Commit

Permalink
tools: skip macOS GitHub Actions test on doc-only changes
Browse files Browse the repository at this point in the history
We skip macOS GitHub Actions pushes on doc-only changes but the
intention was no doubt to skip them on pull requests too. We still run
the tests on Linux, so addons tests will still run when addons docs
change.
  • Loading branch information
Trott committed Apr 19, 2021
1 parent 13d0de5 commit 4ab2380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: test-macOS

on:
pull_request:
paths-ignore:
- 'doc/**'
push:
branches:
- master
Expand Down

0 comments on commit 4ab2380

Please sign in to comment.