File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ paths :
8
+ - ' rust-sdk/**'
9
+ - ' eppo_core/**'
10
+ - ' sdk-test-data/**'
11
+ - ' mock-server/**'
12
+ - ' package-lock.json'
13
+ - ' package.json'
7
14
pull_request :
15
+ paths :
16
+ - ' rust-sdk/**'
17
+ - ' eppo_core/**'
18
+ - ' sdk-test-data/**'
19
+ - ' mock-server/**'
20
+ - ' package-lock.json'
21
+ - ' package.json'
8
22
workflow_call :
9
23
inputs :
10
24
test_data_branch :
Original file line number Diff line number Diff line change 13
13
push :
14
14
branches :
15
15
- main
16
+ paths :
17
+ - ' python-sdk/**'
18
+ - ' eppo_core/**'
19
+ - ' sdk-test-data/**'
20
+ - ' mock-server/**'
21
+ - ' package-lock.json'
22
+ - ' package.json'
16
23
release :
17
24
types : [published]
18
25
pull_request :
26
+ paths :
27
+ - ' python-sdk/**'
28
+ - ' eppo_core/**'
29
+ - ' sdk-test-data/**'
30
+ - ' mock-server/**'
31
+ - ' package-lock.json'
32
+ - ' package.json'
19
33
workflow_dispatch :
20
34
21
35
permissions :
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
+ paths :
9
+ - ' ruby-sdk/**'
10
+ - ' eppo_core/**'
11
+ - ' sdk-test-data/**'
12
+ - ' mock-server/**'
13
+ - ' package-lock.json'
14
+ - ' package.json'
8
15
pull_request :
16
+ paths :
17
+ - ' ruby-sdk/**'
18
+ - ' eppo_core/**'
19
+ - ' sdk-test-data/**'
20
+ - ' mock-server/**'
21
+ - ' package-lock.json'
22
+ - ' package.json'
9
23
10
24
concurrency :
11
25
group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments