Skip to content

Commit 957f7f1

Browse files
Add starkware-development to CI (like another main) (#2025)
1 parent 3aed532 commit 957f7f1

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.github/workflows/bench.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, starkware-development ]
66

77
permissions:
88
# deployments permission to deploy GitHub pages website

.github/workflows/cairo_1_programs.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, starkware-development ]
66
pull_request:
77
branches: [ '**' ]
88

.github/workflows/hint_accountant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update missing hints tracking issue
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, starkware-development ]
66

77
env:
88
CARGO_TERM_COLOR: always

.github/workflows/hyper_threading_benchmarks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ permissions:
88

99
on:
1010
pull_request:
11-
branches:
12-
- main
11+
branches: [ main, starkware-development ]
1312

1413
jobs:
1514
benchmark:

.github/workflows/iai_main.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, starkware-development ]
66

77
jobs:
88
cache-iai-results:

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: QA
33
on:
44
merge_group:
55
push:
6-
branches: [ main ]
6+
branches: [ main, starkware-development ]
77
pull_request:
88
branches: [ '**' ]
99

.github/workflows/test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test dependencies and cairo-vm install
33
on:
44
merge_group:
55
push:
6-
branches: [ main ]
6+
branches: [ main, starkware-development ]
77
pull_request:
88
branches: [ '**' ]
99

0 commit comments

Comments
 (0)