We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d99c8ae + 74192f6 commit 005eae2Copy full SHA for 005eae2
3 files changed
.github/workflows/test-compat-conda.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches:
8
- main
9
+ paths:
10
+ - setup
11
+ - support/**
12
workflow_dispatch:
13
14
jobs:
.github/workflows/test-compat-venv-apt.yml
.github/workflows/test-framework.yml
@@ -5,10 +5,14 @@ on:
5
paths:
- .github/workflows/test-framework.yml
- 'src/amuse/**'
+ - 'lib/**'
+ - 'src/tests/**'
15
16
17
18
0 commit comments