Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Actions] Not building Thunder with changes only to documentation #1417

Merged
merged 9 commits into from
Oct 4, 2023
Prev Previous commit
Next Next commit
Adding more ignored paths to Linux build
  • Loading branch information
VeithMetro committed Oct 3, 2023
commit 9749dc81651ae6da23d1d41cf306f447490861ef
4 changes: 4 additions & 0 deletions .github/workflows/Build Thunder on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
branches: ["master"]
paths-ignore:
- 'doc/**'
- 'docs/**'
- 'ReleaseNotes/**'
pull_request:
branches: ["master"]
paths-ignore:
- 'doc/**'
- 'docs/**'
- 'ReleaseNotes/**'
workflow_call:

jobs:
Expand Down