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

Merge feature into main branch #1261

Merged
merged 15 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update workflow triggers.
  • Loading branch information
michael-rapp committed Jan 20, 2025
commit cf9eb5e8e138c9c3684e8d6d75161a9577c4c37c
2 changes: 2 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- 'build_system/targets/compilation/*'
- 'build_system/targets/packaging/*'
- 'build_system/targets/testing/*'
- 'build_system/targets/dependencies/*'
- 'build_system/targets/dependencies/macos/*'
cpp_common: &cpp_common
- *build_files
- 'build_system/targets/compilation/cpp/*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- 'build_system/util/**'
- 'build_system/targets/*.py'
- 'build_system/targets/packaging/*'
- 'build_system/targets/dependencies/*'
- 'build_system/targets/dependencies/macos/*'
- name: Read Python version
uses: juliangruber/read-file-action@v1
id: python_version
Expand Down
Loading