Skip to content

Commit 17d9f1f

Browse files
Make sure they run when releasing (huggingface#2395)
make sure they run when releasing
1 parent 3a85d51 commit 17d9f1f

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Quality
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v*-release]
66
pull_request:
77
branches: [main]
88

.github/workflows/test_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Optimum CLI / Python - Test - Subpackage (ONNX)
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v*-release]
66
pull_request:
77
branches: [main]
88

.github/workflows/test_common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Common / Python - Test
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v*-release]
66
pull_request:
77
branches: [main]
88

.github/workflows/test_exporters_common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Exporters Common / Python - Test - Subpackage (ONNX)
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v*-release]
66
pull_request:
77
branches: [main]
88

.github/workflows/test_fx_optimization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: FX Optimization / Python - Test
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v*-release]
66
pull_request:
77
branches: [main]
88

.github/workflows/test_pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Optimum Pipelines / Python - Test - Subpackage (ONNX)
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v*-release]
66
pull_request:
77
branches: [main]
88

.github/workflows/test_utils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Utils / Python - Test
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v*-release]
66
pull_request:
77
branches: [main]
88

0 commit comments

Comments
 (0)