Skip to content

Commit 1f110c6

Browse files
Merge pull request #44 from FrameworkComputer/gh-actions-ignore
gh-actions: Build only required project
2 parents 5988b10 + 904a0b9 commit 1f110c6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Rust CI
22
on:
33
push:
4+
paths-ignore:
5+
- 'python/**'
46

57
jobs:
68
# Enable later

.github/workflows/python-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Python CI
22
on:
33
push:
4+
paths:
5+
- 'python/**'
46

57
jobs:
68
build-gui:

0 commit comments

Comments
 (0)