Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: benchmark

on:
push:
branches: [ main ]
branches: [ main, starkware-development ]

permissions:
# deployments permission to deploy GitHub pages website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cairo_1_programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Cairo 1 programs execution

on:
push:
branches: [ main ]
branches: [ main, starkware-development ]
pull_request:
branches: [ '**' ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hint_accountant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update missing hints tracking issue

on:
push:
branches: [ main ]
branches: [ main, starkware-development ]

env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ permissions:

on:
pull_request:
branches:
- main
branches: [ main, starkware-development ]

jobs:
benchmark:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iai_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: iai Benchmark

on:
push:
branches: [ main ]
branches: [ main, starkware-development ]

jobs:
cache-iai-results:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: QA
on:
merge_group:
push:
branches: [ main ]
branches: [ main, starkware-development ]
pull_request:
branches: [ '**' ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test dependencies and cairo-vm install
on:
merge_group:
push:
branches: [ main ]
branches: [ main, starkware-development ]
pull_request:
branches: [ '**' ]

Expand Down
Loading