Skip to content

Commit

Permalink
gh-actions: Build only required project
Browse files Browse the repository at this point in the history
Don't build python if rust was changed and vice-versa.

Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Nov 26, 2024
1 parent 5988b10 commit 904a0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Rust CI
on:
push:
paths-ignore:
- 'python/**'

jobs:
# Enable later
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python CI
on:
push:
paths:
- 'python/**'

jobs:
build-gui:
Expand Down

0 comments on commit 904a0b9

Please sign in to comment.