Skip to content

Commit

Permalink
Adding system dir changes to trigger CI (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Nov 27, 2024
1 parent a7e08fd commit b26339f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,42 @@ jobs:
- 'configs/**'
- 'docs/**'
- 'experiments/**'
- 'lib/**'
- 'repo/**'
- 'systems/**'
- 'var/**'
- 'README.rst'
- 'tags.yaml'
- 'lib/**'
style:
- '.github/**'
- 'bin/**'
- 'configs/**'
- 'docs/conf.py'
- 'experiments/**'
- 'lib/**'
- 'repo/**'
- 'systems/**'
- 'var/**'
- 'lib/**'
run:
- '.github/**'
- 'bin/**'
- 'configs/**'
- 'checkout-versions.yaml'
- 'experiments/**'
- 'lib/**'
- 'repo/**'
- 'systems/**'
- 'var/**'
- 'lib/**'
license:
- '.github/**'
- 'bin/**'
- 'configs/**'
- 'docs/**'
- 'experiments/**'
- 'lib/**'
- 'repo/**'
- 'systems/**'
- 'var/**'
- 'lib/**'
docs:
if: ${{ needs.changes.outputs.docs == 'true' }}
Expand Down

0 comments on commit b26339f

Please sign in to comment.